Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dankal-data-view
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
仲光辉
dankal-data-view
Commits
e26b0246
Commit
e26b0246
authored
Jul 24, 2025
by
mercymodest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:- add sql
parent
43545ac2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
gdpr-变更说明.md
电子日历-GDPR/gdpr-变更说明.md
+24
-0
No files found.
电子日历-GDPR/gdpr-变更说明.md
0 → 100644
View file @
e26b0246
# 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服务
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment