项目结构调整 x 4

This commit is contained in:
YunaiV
2021-04-28 20:40:48 +08:00
parent 90e4966420
commit e35dde1207
7 changed files with 74 additions and 8 deletions

View File

@ -99,6 +99,7 @@ apollo:
eagerLoad:
enabled: true # 设置 Apollo 在日志初始化前生效,可以实现日志的动态级别配置
jdbc: # 自定义的 JDBC 配置项,用于数据库的地址
dao: cn.iocoder.dashboard.modules.infra.dal.mysql.config.InfConfigDAOImpl
url: ${spring.datasource.dynamic.datasource.master.url}
username: ${spring.datasource.dynamic.datasource.master.username}
password: ${spring.datasource.dynamic.datasource.master.password}