修改统一身份认证

This commit is contained in:
chy
2026-03-02 15:15:41 +08:00
parent 44279d9637
commit ee7510f41e

View File

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