This commit is contained in:
xiaofajia 2024-10-08 18:33:58 +08:00
commit 7fbbd29d53

View File

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