新增后台管理系统(答辩用
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user