Merge branch 'feature-BOX一期' of http://47.99.132.106:10081/wulin/qiuguo-iot into feature-BOX一期

This commit is contained in:
wulin 2023-09-20 15:49:33 +08:00
commit 32e045e664

View File

@ -1,5 +1,5 @@
server: server:
port: 9090 port: 8080
spring: spring:
profiles: profiles:
# 环境配置 # 环境配置
@ -10,10 +10,10 @@ spring:
nacos: nacos:
discovery: discovery:
# 服务注册地址 # 服务注册地址
server-addr: 192.168.8.101:8848 server-addr: iot-nacos.qiuguo-iot:8848
config: config:
# 配置中心地址 # 配置中心地址
server-addr: 192.168.8.101:8848 server-addr: iot-nacos.qiuguo-iot:8848
# 配置文件格式 # 配置文件格式
file-extension: yml file-extension: yml
# 共享配置 # 共享配置