Parcourir la source

feat:搭建nacos配置中心案例,学习基于DataId的配置隔离案例

yang yi il y a 1 an
Parent
commit
f638207630
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      nacos-config-client_5000/src/main/resources/application.yaml

+ 1 - 1
nacos-config-client_5000/src/main/resources/application.yaml

@@ -2,4 +2,4 @@ spring:
   profiles:
     #使用哪个环境的配置文件
     #test:测试环境,dev:开发环境,prod:生产环境
-    active: test
+    active: dev