修正配置文件错误

This commit is contained in:
inrgihc
2024-12-23 20:48:14 +08:00
parent e9c90a547f
commit d8e60427ac

View File

@@ -7,7 +7,7 @@ spring:
validation-query: SELECT 1
test-on-borrow: true
flyway:
locations: classpath:db/migration
locations: classpath:db/mysql
baseline-on-migrate: true
table: DBSWITCH_SCHEMA_HISTORY
enabled: true