用户模块

This commit is contained in:
2025-05-07 18:31:15 +08:00
parent a7d6d981a1
commit 13b800073e
3 changed files with 49 additions and 5 deletions

View File

@ -10,6 +10,7 @@ spring:
data:
redis:
port: 6379
@ -32,11 +33,7 @@ springdoc:
server:
port: 3456
servlet:
session:
timeout: 720h
cookie:
max-age: 2592000
mybatis-plus:
mapper-locations: classpath:mapper/*.xml