Merge branch 'feature-BOX一期' of http://47.99.132.106:10081/wulin/qiuguo-iot into feature-BOX一期
This commit is contained in:
commit
64cccb5127
1
docker/qiuguo/gateway/jar/ReadMe.md
Normal file
1
docker/qiuguo/gateway/jar/ReadMe.md
Normal file
@ -0,0 +1 @@
|
||||
别删
|
||||
@ -49,6 +49,13 @@
|
||||
</dependency>
|
||||
|
||||
|
||||
<!-- SpringBoot Actuator -->
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-actuator</artifactId>
|
||||
</dependency>
|
||||
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
||||
@ -10,10 +10,10 @@ spring:
|
||||
nacos:
|
||||
discovery:
|
||||
# 服务注册地址iot-nacos.qiuguo-iot
|
||||
server-addr: 10.96.252.236:8848
|
||||
server-addr: iot-nacos.qiuguo-iot:8848
|
||||
config:
|
||||
# 配置中心地址
|
||||
server-addr: 10.96.252.236:8848
|
||||
server-addr: iot-nacos.qiuguo-iot:8848
|
||||
# 配置文件格式
|
||||
file-extension: yml
|
||||
# 共享配置
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user