[update]修改环境变量

This commit is contained in:
zhangqy 2023-09-22 17:17:35 +08:00
parent ab4cbd9330
commit 425a251f2d
6 changed files with 6 additions and 3 deletions

View File

@ -11,4 +11,4 @@ spring:
file-extension: yml file-extension: yml
# 共享配置 # 共享配置
shared-configs: shared-configs:
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} - application-dev.${spring.cloud.nacos.config.file-extension}

View File

@ -1,5 +1,6 @@
server: server:
port: 8080 port: 8080
spring:
application: application:
name: qiuguo-iot-gateway name: qiuguo-iot-gateway

View File

@ -11,4 +11,4 @@ spring:
file-extension: yml file-extension: yml
# 共享配置 # 共享配置
shared-configs: shared-configs:
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} - application-dev.${spring.cloud.nacos.config.file-extension}

View File

@ -1,4 +1,5 @@
server: server:
port: 8080 port: 8080
spring:
application: application:
name: qiuguo-iot-box-user-api name: qiuguo-iot-box-user-api

View File

@ -11,4 +11,4 @@ spring:
file-extension: yml file-extension: yml
# 共享配置 # 共享配置
shared-configs: shared-configs:
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} - application-dev.${spring.cloud.nacos.config.file-extension}

View File

@ -1,4 +1,5 @@
server: server:
port: 8080 port: 8080
spring:
application: application:
name: qiuguo-iot-box-websocket name: qiuguo-iot-box-websocket