Merge branch 'dev' into feature/member-register-integration

This commit is contained in:
future
2026-06-24 23:02:49 +08:00
49 changed files with 2068 additions and 971 deletions
@@ -2,9 +2,9 @@ spring:
cache:
type: none
r2dbc:
url: r2dbc:postgresql://localhost:5432/manage_system
username: postgres
password: 123456
url: r2dbc:postgresql://localhost:55432/manage_system
username: novalon
password: novalon123
pool:
initial-size: 5
max-size: 20
@@ -12,13 +12,13 @@ spring:
max-life-time: 30m
acquire-timeout: 3s
flyway:
url: jdbc:postgresql://localhost:5432/manage_system
user: postgres
password: 123456
enabled: false
url: jdbc:postgresql://localhost:55432/manage_system
user: novalon
password: novalon123
enabled: true
locations: classpath:db/migration
baseline-on-migrate: true
validate-on-migrate: true
validate-on-migrate: false
jwt: