feat: 新增JWT刷新token接口

This commit is contained in:
haoxr
2024-11-12 22:48:30 +08:00
parent b4397b13b0
commit c7621f90cb
3 changed files with 17 additions and 23 deletions

View File

@@ -73,8 +73,6 @@ mybatis-plus:
# 这个配置会将执行的sql打印出来在开发或测试的时候可以用
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
# 安全配置
security:
jwt:
@@ -94,6 +92,7 @@ security:
- /swagger-ui/**
- /swagger-ui.html
- /api/v1/auth/captcha
- /api/v1/auth/refresh-token
- /ws/**
# 文件存储配置