禁用数据库初始化

This commit is contained in:
attiya 2025-08-13 21:03:42 +08:00
parent 9e89c9eb6e
commit 58d629ab40

View File

@ -10,7 +10,7 @@ spring:
password: 970529 password: 970529
sql: sql:
init: init:
mode: always mode: never
platform: mysql platform: mysql
schema-locations: schema-locations:
- classpath:db/init.sql - classpath:db/init.sql