|
|
@ -31,6 +31,15 @@ spring: |
|
|
|
url: @spring.datasource.druid.url@ |
|
|
|
username: @spring.datasource.druid.username@ |
|
|
|
password: @spring.datasource.druid.password@ |
|
|
|
# 数据迁移工具flyway |
|
|
|
flyway: |
|
|
|
enabled: false |
|
|
|
locations: classpath:db/migration |
|
|
|
url: |
|
|
|
user: |
|
|
|
password: |
|
|
|
baseline-on-migrate: true |
|
|
|
baseline-version: 0 |
|
|
|
cloud: |
|
|
|
nacos: |
|
|
|
discovery: |
|
|
|