donglang
3 months ago
|
|
@@ -4,7 +4,7 @@ spring:
|
|
|
application:
|
|
|
name: iot-gateway
|
|
|
profiles:
|
|
|
- active: local
|
|
|
+ active: test
|
|
|
# Servlet 配置
|
|
|
servlet:
|
|
|
# 文件上传相关配置项
|
|
|
@@ -4,7 +4,7 @@ spring:
|
|
|
application:
|
|
|
name: iot-auth
|
|
|
profiles:
|
|
|
- active: local
|
|
|
+ active: test
|
|
|
# Servlet 配置
|
|
|
servlet:
|
|
|
# 文件上传相关配置项
|
|
|
@@ -4,7 +4,7 @@ spring:
|
|
|
application:
|
|
|
name: iot-data
|
|
|
profiles:
|
|
|
- active: local
|
|
|
+ active: test
|
|
|
# Servlet 配置
|
|
|
servlet:
|
|
|
# 文件上传相关配置项
|
|
|
@@ -4,7 +4,7 @@ spring:
|
|
|
application:
|
|
|
name: iot-manage
|
|
|
profiles:
|
|
|
- active: local
|
|
|
+ active: test
|
|
|
# Servlet 配置
|
|
|
servlet:
|
|
|
# 文件上传相关配置项
|
|
|
@@ -4,7 +4,7 @@ spring:
|
|
|
application:
|
|
|
name: iot-stream
|
|
|
profiles:
|
|
|
- active: local
|
|
|
+ active: test
|
|
|
# Servlet 配置
|
|
|
servlet:
|
|
|
# 文件上传相关配置项
|
|
|
@@ -4,7 +4,7 @@ spring:
|
|
|
application:
|
|
|
name: iot-system
|
|
|
profiles:
|
|
|
- active: local
|
|
|
+ active: test
|
|
|
# Servlet 配置
|
|
|
servlet:
|
|
|
# 文件上传相关配置项
|