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