增加数据源管理

This commit is contained in:
YunaiV
2022-04-27 23:15:43 +08:00
parent c402077961
commit 7ce7baa2d2
24 changed files with 794 additions and 3 deletions

View File

@ -61,6 +61,10 @@ spring:
port: 6379 # 端口
database: 1 # 数据库索引
jasypt:
encryptor:
password: yuanma # 加解密的秘钥
--- #################### 定时任务相关配置 ####################
# Quartz 配置项,对应 QuartzProperties 配置类

View File

@ -61,6 +61,10 @@ spring:
port: 6379 # 端口
database: 0 # 数据库索引
jasypt:
encryptor:
password: yuanma # 加解密的秘钥
--- #################### 定时任务相关配置 ####################
# Quartz 配置项,对应 QuartzProperties 配置类

View File

@ -123,6 +123,7 @@ yudao:
- infra_job
- infra_job_log
- infra_job_log
- infra_data_source_config
sms-code: # 短信验证码相关的配置项
expire-times: 10m
send-frequency: 1m