添加单点登录接口和退出接口

This commit is contained in:
chy
2026-03-11 00:01:32 +08:00
parent 2fa40c266f
commit 32627270d1
5 changed files with 35 additions and 6 deletions

View File

@@ -2,8 +2,8 @@ spring:
application:
name: lideeyunji-server
profiles:
active: local # 读取配置
# active: prod # 读取配置
# active: local # 读取配置
active: prod # 读取配置
main:
allow-circular-references: true # 允许循环依赖,因为项目是三层架构,无法避免这个情况。