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