You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
spring :
datasource :
dynamic :
# 设置默认的数据源或者数据源组,默认值即为 master
primary : master
datasource :
# 主库数据源
master :
type : ${spring.datasource.type}
driver-class-name : com.mysql.cj.jdbc.Driver
url : ${datasource.workflow.url}
username : ${datasource.workflow.username}
password : ${datasource.workflow.password}
# oracle:
# type: ${spring.datasource.type}
# driverClassName: oracle.jdbc.OracleDriver
# url: ${datasource.system-oracle.url}
# username: ${datasource.system-oracle.username}
# password: ${datasource.system-oracle.password}
# postgres:
# type: ${spring.datasource.type}
# driverClassName: org.postgresql.Driver
# url: ${datasource.system-postgres.url}
# username: ${datasource.system-postgres.username}
# password: ${datasource.system-postgres.password}
# warm-flow工作流配置
warm-flow :
# 是否开启工作流, 默认true
enabled : true
# 是否开启设计器ui
ui : true
# 默认Authorization, 如果有多个token, 用逗号分隔
token-name : ${sa-token.token-name},clientid