src/main/resources/bootstrap.yml

This commit is contained in:
孙小云 2026-01-15 17:05:26 +08:00
parent ed2782abcb
commit 8500a7cd0d
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@ spring:
profiles:
# 环境配置
active: prod
flyway:
table: flyway_device_schema_history # 自定义历史表名
baseline-on-migrate: true # 在nocos中也有配置
baseline-version: 0
cloud:
nacos:
discovery: