根据ticket获取用户信息

This commit is contained in:
chy
2026-03-10 11:09:46 +08:00
parent f494611789
commit 43e66ea9c6
8 changed files with 17 additions and 7 deletions

View File

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