refactor: 拆分出认证服务

This commit is contained in:
2025-11-20 22:43:05 +08:00
parent f93ec43915
commit c03876e29e
41 changed files with 662 additions and 261 deletions

View File

@@ -5,6 +5,8 @@ spring:
active: @env@
server:
port: 10010
servlet:
context-path: /api
springdoc:
api-docs:
enabled: true
@@ -26,7 +28,4 @@ knife4j:
mybatis-plus:
configuration:
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
mapper-locations: classpath*:/mapper/**/*.xml
jwt:
secret: "12345678901234567890123456789012" # 至少32字节
expire: 86400000 # 24小时单位毫秒
mapper-locations: classpath*:/mapper/**/*.xml