From 08584eb263610b2f78e6f1cca55afe9a1bb6018d Mon Sep 17 00:00:00 2001 From: zhangqy Date: Wed, 20 Sep 2023 20:42:57 +0800 Subject: [PATCH 1/4] =?UTF-8?q?[update]=E7=AB=AF=E5=8F=A3=E5=92=8Cnacos?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- iot-gateway/src/main/resources/bootstrap.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iot-gateway/src/main/resources/bootstrap.yml b/iot-gateway/src/main/resources/bootstrap.yml index fb345f3..9c10232 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-tsu3.qiuguo-iot.svc.cluster.local:8848 config: # 配置中心地址 - server-addr: 10.96.252.236:8848 + server-addr: iot-nacos-tsu3.qiuguo-iot.svc.cluster.local:8848 # 配置文件格式 file-extension: yml # 共享配置 From 4e1bae5abb1eba11aa71238bc6bf8f810e9f0195 Mon Sep 17 00:00:00 2001 From: zhangqy Date: Wed, 20 Sep 2023 20:50:33 +0800 Subject: [PATCH 2/4] =?UTF-8?q?[update]=E7=AB=AF=E5=8F=A3=E5=92=8Cnacos?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/qiuguo/gateway/jar/ReadMe.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 docker/qiuguo/gateway/jar/ReadMe.md 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 From 322fd50b6fe6d346199ff9d3436f37824188746d Mon Sep 17 00:00:00 2001 From: zhangqy Date: Wed, 20 Sep 2023 20:57:12 +0800 Subject: [PATCH 3/4] =?UTF-8?q?[update]=E7=AB=AF=E5=8F=A3=E5=92=8Cnacos?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- iot-gateway/src/main/resources/bootstrap.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iot-gateway/src/main/resources/bootstrap.yml b/iot-gateway/src/main/resources/bootstrap.yml index 9c10232..41c9e6a 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: iot-nacos-tsu3.qiuguo-iot.svc.cluster.local:8848 + server-addr: iot-nacos.qiuguo-iot:8848 config: # 配置中心地址 - server-addr: iot-nacos-tsu3.qiuguo-iot.svc.cluster.local:8848 + server-addr: iot-nacos.qiuguo-iot:8848 # 配置文件格式 file-extension: yml # 共享配置 From ef950d5f4e9893faedb41ab6b49507c1d657338d Mon Sep 17 00:00:00 2001 From: zhangqy Date: Thu, 21 Sep 2023 10:14:20 +0800 Subject: [PATCH 4/4] =?UTF-8?q?[add]=E6=B7=BB=E5=8A=A0=E7=9B=91=E6=8E=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- iot-gateway/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) 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 + + +