XuqmGroup-Server/push-service/src/main/resources
XuqmGroup a1f231ae10 fix(push): 改 ddl-auto 为 none,解决自定义迁移与 Hibernate 验证的启动顺序冲突
Hibernate validate 在 ApplicationReadyEvent 之前执行,
PushSchemaMigrationService 在 ApplicationReadyEvent 触发,导致每次
新增实体字段时服务启动失败(502)。
改为 none 后由 PushSchemaMigrationService 负责所有 DDL 变更。

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-26 12:58:53 +08:00
..
db/migration feat: 引入 Flyway 数据库版本管理,替换 ddl-auto: update 2026-06-12 23:28:12 +08:00
application.yml fix(push): 改 ddl-auto 为 none,解决自定义迁移与 Hibernate 验证的启动顺序冲突 2026-06-26 12:58:53 +08:00