refactor: 变量替换密码

approve-sys v1.0.1
tony 2 years ago
parent 4d68c56eca
commit 1751fe8f04

@ -9,7 +9,7 @@ spring:
master:
url: jdbc:mysql://localhost:3306/flowable?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true
username: root
password: 123456
password: ${mypass}
# 从库数据源
slave:
# 从数据源开关/默认关闭

@ -65,7 +65,7 @@ spring:
# 数据库索引
database: 0
# 密码
password:
password: ${rdpwass}
# 连接超时时间
timeout: 10s
lettuce:

Loading…
Cancel
Save