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