Commit e26b0246 by mercymodest

feat:- add sql

parent 43545ac2
# Webcal加密密钥为 32个字节的字符串
# Webcal加密密钥为 32个字节的字符串
## 密钥示例
> Y61336WSU3L0768CC037T950I0NL21F1
### Docker Compose ENV 示例
```yaml
environment:
- WEBCAL_AES_KEY=Y61336WSU3L0768CC037T950I0NL21F1
```
## 加密工具类
```java
cn.dankal.calendar.common.webcal.WebcalEncryptUtils
```
### 代码引用
```java
@Value("${webcal.aes.key}")
private String aesKey;
```
## 涉及服务
### 正式环境
- 正常环境API服务
- 正式环境webcal 定时任务
### 预发布环境
- 预发布环境API服务
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment