|
|
@ -38,15 +38,7 @@ spring: |
|
|
|
namespace: @nacos.config.namespace@ |
|
|
|
group: @nacos.config.group@ |
|
|
|
file-extension: yaml |
|
|
|
# 数据迁移工具flyway |
|
|
|
flyway: |
|
|
|
enabled: @spring.flyway.enabled@ |
|
|
|
locations: classpath:db/migration |
|
|
|
url: @spring.datasource.druid.url@ |
|
|
|
user: @spring.datasource.druid.username@ |
|
|
|
password: @spring.datasource.druid.password@ |
|
|
|
baseline-on-migrate: true |
|
|
|
baseline-version: 0 |
|
|
|
|
|
|
|
management: |
|
|
|
endpoints: |
|
|
|
web: |
|
|
|