新增后台管理系统(答辩用

This commit is contained in:
2026-06-24 05:07:32 +08:00
parent 2251f31524
commit 1f209e6761
98 changed files with 25099 additions and 0 deletions
@@ -0,0 +1,16 @@
# JWT Configuration
jwt:
secret: mySecretKeyForJwtTokenGenerationThatIsLongEnoughForHS256Algorithm
expiration: 7200 # 2 hours in seconds
refresh-expiration: 604800 # 7 days in seconds
# Server Configuration
server:
port: 8080
# Spring Configuration
spring:
application:
name: gym-manage-cuit
profiles:
active: dev