liusheng
2 天以前 5ba25cb53dab2ef0f8052a93796ef67a8a2ee820
jh-server/src/main/resources/application.yaml
@@ -3,8 +3,8 @@
    name: jh-server
  profiles:
#    active: prod
    active: stage
    active: prod
#    active: stage
  main:
    allow-circular-references: true # 允许循环依赖,因为项目是三层架构,无法避免这个情况。