diff --git a/docker/qiuguo/gateway/jar/ReadMe.md b/docker/qiuguo/gateway/jar/ReadMe.md
new file mode 100644
index 0000000..98c66f4
--- /dev/null
+++ b/docker/qiuguo/gateway/jar/ReadMe.md
@@ -0,0 +1 @@
+别删
\ No newline at end of file
diff --git a/iot-gateway/pom.xml b/iot-gateway/pom.xml
index c2cd5ea..21a12a8 100644
--- a/iot-gateway/pom.xml
+++ b/iot-gateway/pom.xml
@@ -49,6 +49,13 @@
+
+
+ org.springframework.boot
+ spring-boot-starter-actuator
+
+
+
diff --git a/iot-gateway/src/main/resources/bootstrap.yml b/iot-gateway/src/main/resources/bootstrap.yml
index 4c322e7..af52220 100644
--- a/iot-gateway/src/main/resources/bootstrap.yml
+++ b/iot-gateway/src/main/resources/bootstrap.yml
@@ -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
# 共享配置