变基至dev,并修复配置

This commit is contained in:
2026-06-26 14:13:57 +08:00
parent e61fa6de00
commit 566e949588
2 changed files with 1 additions and 2 deletions
@@ -85,7 +85,6 @@ public class SystemRouter {
PhoneAuthHandler phoneAuthHandler,
PaymentHandler paymentHandler,
CommonUploadHandler commonUploadHandler) {
PhoneAuthHandler phoneAuthHandler) {
return route()
// ========== 诊断路由 ==========
@@ -15,7 +15,7 @@ spring:
url: jdbc:postgresql://localhost:55432/manage_system
user: novalon
password: novalon123
enabled: true
enabled: false
locations: classpath:db/migration
baseline-on-migrate: true
validate-on-migrate: false