Commit 398ca6c5 authored by 陈炯舟's avatar 陈炯舟

Merge branch 'dev-8.9.0' into 'master'

🎨 数据库账号密码

See merge request !13
parents 2f537ebc deb45aef
...@@ -39,11 +39,18 @@ spring: ...@@ -39,11 +39,18 @@ spring:
backend: ${spring.profiles.active} backend: ${spring.profiles.active}
default-context: etladb default-context: etladb
database: database:
enabled: true master:
backend: ${spring.profiles.active}db enabled: true
role: app-role backend: ${spring.profiles.active}db
username-property: spring.datasource.dynamic.datasource.master.username role: app-role
password-property: spring.datasource.dynamic.datasource.master.password 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