Browse Source

测试提交

liyanbo 3 weeks ago
parent
commit
099ffcfec5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      byzs-server/src/main/resources/application.yaml

+ 2 - 2
byzs-server/src/main/resources/application.yaml

@@ -5,8 +5,8 @@ spring:
   profiles:
   profiles:
 #        active: local
 #        active: local
 #    active: localProd
 #    active: localProd
-      active: prodDev
-#      active: prod
+#      active: prodDev
+      active: prod
 
 
   main:
   main:
     allow-circular-references: true # 允许循环依赖,因为项目是三层架构,无法避免这个情况。
     allow-circular-references: true # 允许循环依赖,因为项目是三层架构,无法避免这个情况。