eight
2025-02-27 25a5f5249b2de475330b05ed18c8878afec5e0a0
jh-server/src/main/resources/application.yaml
@@ -3,7 +3,7 @@
    name: jh-server
  profiles:
    active: local
    active: stage
  main:
    allow-circular-references: true # 允许循环依赖,因为项目是三层架构,无法避免这个情况。