将查询用户个人信息与更新用户信息迁移至gym-member模块

This commit is contained in:
2026-05-10 20:40:25 +08:00
parent 538c1e0ad5
commit 3d284c8d3a
7 changed files with 116 additions and 4 deletions
@@ -12,11 +12,15 @@ spring:
max-life-time: 30m
acquire-timeout: 3s
flyway:
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
jwt:
secret: novalon-gym-manage-jwt-secret-key-for-development-only-2026
expiration: 86400000