src/main/resources/bootstrap.yml
This commit is contained in:
parent
ed2782abcb
commit
8500a7cd0d
|
|
@ -10,6 +10,10 @@ spring:
|
||||||
profiles:
|
profiles:
|
||||||
# 环境配置
|
# 环境配置
|
||||||
active: prod
|
active: prod
|
||||||
|
flyway:
|
||||||
|
table: flyway_device_schema_history # 自定义历史表名
|
||||||
|
baseline-on-migrate: true # 在nocos中也有配置
|
||||||
|
baseline-version: 0
|
||||||
cloud:
|
cloud:
|
||||||
nacos:
|
nacos:
|
||||||
discovery:
|
discovery:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue