变基至dev,并修复配置
This commit is contained in:
-1
@@ -85,7 +85,6 @@ public class SystemRouter {
|
|||||||
PhoneAuthHandler phoneAuthHandler,
|
PhoneAuthHandler phoneAuthHandler,
|
||||||
PaymentHandler paymentHandler,
|
PaymentHandler paymentHandler,
|
||||||
CommonUploadHandler commonUploadHandler) {
|
CommonUploadHandler commonUploadHandler) {
|
||||||
PhoneAuthHandler phoneAuthHandler) {
|
|
||||||
|
|
||||||
return route()
|
return route()
|
||||||
// ========== 诊断路由 ==========
|
// ========== 诊断路由 ==========
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ spring:
|
|||||||
url: jdbc:postgresql://localhost:55432/manage_system
|
url: jdbc:postgresql://localhost:55432/manage_system
|
||||||
user: novalon
|
user: novalon
|
||||||
password: novalon123
|
password: novalon123
|
||||||
enabled: true
|
enabled: false
|
||||||
locations: classpath:db/migration
|
locations: classpath:db/migration
|
||||||
baseline-on-migrate: true
|
baseline-on-migrate: true
|
||||||
validate-on-migrate: false
|
validate-on-migrate: false
|
||||||
|
|||||||
Reference in New Issue
Block a user