Ver Fonte

修改配置

donglang há 3 meses atrás
pai
commit
8ef8896d02

+ 1 - 1
iot-gateway/src/main/resources/bootstrap.yaml

@@ -4,7 +4,7 @@ spring:
   application:
     name: iot-gateway
   profiles:
-    active: local
+    active: test
   # Servlet 配置
   servlet:
     # 文件上传相关配置项

+ 1 - 1
iot-module/iot-module-auth/iot-module-auth-biz/src/main/resources/bootstrap.yaml

@@ -4,7 +4,7 @@ spring:
   application:
     name: iot-auth
   profiles:
-    active: local
+    active: test
   # Servlet 配置
   servlet:
     # 文件上传相关配置项

+ 1 - 1
iot-module/iot-module-data/iot-module-data-biz/src/main/resources/bootstrap.yaml

@@ -4,7 +4,7 @@ spring:
   application:
     name: iot-data
   profiles:
-    active: local
+    active: test
   # Servlet 配置
   servlet:
     # 文件上传相关配置项

+ 1 - 1
iot-module/iot-module-manage/iot-module-manage-biz/src/main/resources/bootstrap.yaml

@@ -4,7 +4,7 @@ spring:
   application:
     name: iot-manage
   profiles:
-    active: local
+    active: test
   # Servlet 配置
   servlet:
     # 文件上传相关配置项

+ 1 - 1
iot-module/iot-module-stream/iot-module-stream-biz/src/main/resources/bootstrap.yaml

@@ -4,7 +4,7 @@ spring:
   application:
     name: iot-stream
   profiles:
-    active: local
+    active: test
   # Servlet 配置
   servlet:
     # 文件上传相关配置项

+ 1 - 1
iot-module/iot-module-system/iot-module-system-biz/src/main/resources/bootstrap.yaml

@@ -4,7 +4,7 @@ spring:
   application:
     name: iot-system
   profiles:
-    active: local
+    active: test
   # Servlet 配置
   servlet:
     # 文件上传相关配置项