Commit deb45aef authored by 陈炎's avatar 陈炎

🎨 数据库账号密码

parent 0a54e567
......@@ -39,11 +39,18 @@ spring:
backend: ${spring.profiles.active}
default-context: etladb
database:
enabled: true
backend: ${spring.profiles.active}db
role: app-role
username-property: spring.datasource.dynamic.datasource.master.username
password-property: spring.datasource.dynamic.datasource.master.password
master:
enabled: true
backend: ${spring.profiles.active}db
role: app-role
username-property: spring.datasource.dynamic.datasource.master.username
password-property: spring.datasource.dynamic.datasource.master.password
tmp:
enabled: true
backend: ${spring.profiles.active}db
role: external-role
username-property: spring.datasource.dynamic.datasource.tmp.username
password-property: spring.datasource.dynamic.datasource.tmp.password
#
#
......
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