From 5083cd0d569de011b3d9ddb97726ab59a2a14508 Mon Sep 17 00:00:00 2001
From: wujiawei <1207537021@qq.com>
Date: Wed, 16 Jul 2025 22:55:21 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90fix=E3=80=911.3.2-JDK24?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
ClientPermeateClient.md | 6 ++---
README.md | 18 +++++++--------
client-k8s.yaml | 2 +-
install.md | 4 ++--
pom.xml | 6 ++---
version.md | 2 +-
wu-lazy-cloud-heartbeat-client/pom.xml | 4 ++--
wu-lazy-cloud-heartbeat-common/pom.xml | 4 ++--
wu-lazy-cloud-heartbeat-dns/pom.xml | 2 +-
.../pom.xml | 4 ++--
.../pom.xml | 2 +-
wu-lazy-cloud-heartbeat-server/pom.xml | 4 ++--
wu-lazy-cloud-heartbeat-start/pom.xml | 2 +-
.../README.md | 22 +++++++++----------
.../pom.xml | 2 +-
.../src/main/resources/application.yml | 2 +-
.../pom.xml | 2 +-
.../README.md | 16 +++++++-------
.../k8s.yaml | 2 +-
.../pom.xml | 2 +-
20 files changed, 54 insertions(+), 54 deletions(-)
diff --git a/ClientPermeateClient.md b/ClientPermeateClient.md
index afad1b16..973d5bd9 100644
--- a/ClientPermeateClient.md
+++ b/ClientPermeateClient.md
@@ -7,15 +7,15 @@
#### 操作步骤:拥有公网ip的服务器开发6001(web)、7001端口(tcp),然后执行命令启动服务端
```shell
-docker run -d -it -p 6001:6001 -p 7001:7001 -e spring.profiles.active=prod -e MAIN_DB_HOST=localhost:3306 -e MAIN_DB_PASSWORD=root -e MAIN_DB_PASSWORD=root --name wu-lazy-cloud-heartbeat-server-start registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-server-start:1.3.1-JDK24-SNAPSHOT
+docker run -d -it -p 6001:6001 -p 7001:7001 -e spring.profiles.active=prod -e MAIN_DB_HOST=localhost:3306 -e MAIN_DB_PASSWORD=root -e MAIN_DB_PASSWORD=root --name wu-lazy-cloud-heartbeat-server-start registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-server-start:1.3.2-JDK24
```
#### 操作步骤:杭州本地机房所在网络服务器启动客户端、你老家所在网络中启动客户端,命令如下
```shell
-docker run -d -it --privileged --name hangzhou-client --restart=always -e spring.lazy.netty.client.inet-host=公网IP -e spring.lazy.netty.client.inet-port=7001 -e spring.lazy.netty.client.client-id="hangzhou-jifang" registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-client-start:1.3.1-JDK24-SNAPSHOT
+docker run -d -it --privileged --name hangzhou-client --restart=always -e spring.lazy.netty.client.inet-host=公网IP -e spring.lazy.netty.client.inet-port=7001 -e spring.lazy.netty.client.client-id="hangzhou-jifang" registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-client-start:1.3.2-JDK24
```
```shell
-docker run -d -it --privileged --name my-home-client --restart=always -e spring.lazy.netty.client.inet-host=公网IP -e spring.lazy.netty.client.inet-port=7001 -e spring.lazy.netty.client.client-id="my-home" registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-client-start:1.3.1-JDK24-SNAPSHOT
+docker run -d -it --privileged --name my-home-client --restart=always -e spring.lazy.netty.client.inet-host=公网IP -e spring.lazy.netty.client.inet-port=7001 -e spring.lazy.netty.client.client-id="my-home" registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-client-start:1.3.2-JDK24
```
#### 操作步骤:配置端口

diff --git a/README.md b/README.md
index 4a984750..73706f63 100644
--- a/README.md
+++ b/README.md
@@ -91,21 +91,21 @@ ORM操作数据库,使用环境JDK24 Spring Boot 3.5.0。的网络穿透、渗
| 模块 | 版本 | 描述 |
|------------------------------------------------------------------------------------------------------------|----------------------|------------------------------|
-| [wu-lazy-cloud-heartbeat-common](wu-lazy-cloud-heartbeat-common) | 1.3.1-JDK24-SNAPSHOT | 内网穿透公共模块(声明接口、枚举、常量、适配器、解析器) |
-| [wu-lazy-cloud-heartbeat-client](wu-lazy-cloud-heartbeat-client) | 1.3.1-JDK24-SNAPSHOT | 客户端(支持二次开发) |
-| [wu-lazy-cloud-heartbeat-server](wu-lazy-cloud-heartbeat-server) | 1.3.1-JDK24-SNAPSHOT | 服务端(支持二次开发) |
-| [wu-lazy-cloud-heartbeat-client-start](wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-start) | 1.3.1-JDK24-SNAPSHOT | 客户端样例 |
-| [wu-lazy-cloud-heartbeat-server-start](wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-client-start) | 1.3.1-JDK24-SNAPSHOT | 服务端样例 |
+| [wu-lazy-cloud-heartbeat-common](wu-lazy-cloud-heartbeat-common) | 1.3.2-JDK24 | 内网穿透公共模块(声明接口、枚举、常量、适配器、解析器) |
+| [wu-lazy-cloud-heartbeat-client](wu-lazy-cloud-heartbeat-client) | 1.3.2-JDK24 | 客户端(支持二次开发) |
+| [wu-lazy-cloud-heartbeat-server](wu-lazy-cloud-heartbeat-server) | 1.3.2-JDK24 | 服务端(支持二次开发) |
+| [wu-lazy-cloud-heartbeat-client-start](wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-start) | 1.3.2-JDK24 | 客户端样例 |
+| [wu-lazy-cloud-heartbeat-server-start](wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-client-start) | 1.3.2-JDK24 | 服务端样例 |
### 使用技术
| 框架 | 版本 | 描述 |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------|--------------|
| spring-boot | 3.0.7 | springboot框架 |
-| [wu-framework-web](https://gitee.com/wujiawei1207537021/wu-framework-parent/tree/master/wu-framework-web) | 1.3.1-JDK24-SNAPSHOT | web容器 |
-| [Lazy -ORM](https://gitee.com/wujiawei1207537021/wu-framework-parent/tree/master/wu-inner-intergration/wu-database-parent) | 1.3.1-JDK24-SNAPSHOT | ORM |
+| [wu-framework-web](https://gitee.com/wujiawei1207537021/wu-framework-parent/tree/master/wu-framework-web) | 1.3.2-JDK24 | web容器 |
+| [Lazy -ORM](https://gitee.com/wujiawei1207537021/wu-framework-parent/tree/master/wu-inner-intergration/wu-database-parent) | 1.3.2-JDK24 | ORM |
| mysql-connector-j | 8.0.33 | mysql驱动 |
-| [wu-authorization-server-platform-starter](https://gitee.com/wujiawei1207537021/wu-framework-parent/tree/master/wu-smart-platform/wu-authorization-server-platform-starter) | 1.3.1-JDK24-SNAPSHOT | 用户授权体系 |
+| [wu-authorization-server-platform-starter](https://gitee.com/wujiawei1207537021/wu-framework-parent/tree/master/wu-smart-platform/wu-authorization-server-platform-starter) | 1.3.2-JDK24 | 用户授权体系 |
### 使用环境
@@ -118,7 +118,7 @@ ORM操作数据库,使用环境JDK24 Spring Boot 3.5.0。的网络穿透、渗
docker启动
- docker run -d -it -p 18080:18080 --name wu-lazy-cloud-heartbeat-server registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-server:1.3.1-JDK24-SNAPSHOT
+ docker run -d -it -p 18080:18080 --name wu-lazy-cloud-heartbeat-server registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-server:1.3.2-JDK24
http://127.0.0.1:18080/swagger-ui/index.html
diff --git a/client-k8s.yaml b/client-k8s.yaml
index a4600b14..fec533a4 100644
--- a/client-k8s.yaml
+++ b/client-k8s.yaml
@@ -28,7 +28,7 @@ spec:
containers:
- name: wu-lazy-cloud-heartbeat-local-client-start
image: >-
- registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-client-start:1.3.1-JDK24-SNAPSHOT
+ registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-client-start:1.3.2-JDK24
env:
- name: spring.lazy.netty.client.inet-host
value: 124.222.48.62
diff --git a/install.md b/install.md
index f843d3b0..05ce1c48 100644
--- a/install.md
+++ b/install.md
@@ -9,7 +9,7 @@
```shell
-docker run -d -it -p 6001:6001 -p 7001:7001 -p 8001:8001 -p 9001:9001 --name wlcn-s registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-server:1.3.1-JDK24-SNAPSHOT
+docker run -d -it -p 6001:6001 -p 7001:7001 -p 8001:8001 -p 9001:9001 --name wlcn-s registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-server:1.3.2-JDK24
```
##### 启动客户端
@@ -24,5 +24,5 @@ docker run -d -it -p 6001:6001 -p 7001:7001 -p 8001:8001 -p 9001:9001 --nam
- 打开浏览器访问界面 http://127.0.0.1:6004/netty-client-local-ui/index.html
```shell
-docker run -d -it --privileged -p 6004:6004 --name wlcn-c --restart=always -e spring.lazy.netty.client.inet-host=192.168.xx.xx -e spring.lazy.netty.client.inet-port=7001 -e spring.lazy.netty.client.client-id="wlcn-c" registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-client-start:1.3.1-JDK24-SNAPSHOT
+docker run -d -it --privileged -p 6004:6004 --name wlcn-c --restart=always -e spring.lazy.netty.client.inet-host=192.168.xx.xx -e spring.lazy.netty.client.inet-port=7001 -e spring.lazy.netty.client.client-id="wlcn-c" registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-client-start:1.3.2-JDK24
```
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 0e2a80e0..d36ecf84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,12 +8,12 @@
wu-framework-parent
top.wu2020
- 1.3.1-JDK24-SNAPSHOT
+ 1.3.2-JDK24
wu-lazy-cloud-network
pom
- 1.3.1-JDK24-SNAPSHOT
+ 1.3.2-JDK24
云上云下
@@ -71,7 +71,7 @@
top.wu2020
wu-framework-dependencies
- 1.3.1-JDK24-SNAPSHOT
+ 1.3.2-JDK24
pom
import
diff --git a/version.md b/version.md
index b98650dd..9e2c0def 100644
--- a/version.md
+++ b/version.md
@@ -40,7 +40,7 @@
[add] 新增代理流量监控
[add] docker仓库上架dockerhub,搜索https://hub.docker.com/search?q=wlcn
-#### 1.3.1-JDK24-SNAPSHOT
+#### 1.3.2-JDK24
[add] 新增代理流量监控
[add] 升级使用jdk24、springboot 3.5.0
[add] 添加socks授权验证
diff --git a/wu-lazy-cloud-heartbeat-client/pom.xml b/wu-lazy-cloud-heartbeat-client/pom.xml
index ca06497d..893937a9 100644
--- a/wu-lazy-cloud-heartbeat-client/pom.xml
+++ b/wu-lazy-cloud-heartbeat-client/pom.xml
@@ -5,7 +5,7 @@
top.wu2020
wu-lazy-cloud-network
- 1.3.1-JDK24-SNAPSHOT
+ 1.3.2-JDK24
4.0.0
@@ -26,7 +26,7 @@
top.wu2020
wu-lazy-cloud-heartbeat-protocol-proxy
- 1.3.1-JDK24-SNAPSHOT
+ 1.3.2-JDK24
com.alibaba
diff --git a/wu-lazy-cloud-heartbeat-common/pom.xml b/wu-lazy-cloud-heartbeat-common/pom.xml
index bd31abe3..5812dfa1 100644
--- a/wu-lazy-cloud-heartbeat-common/pom.xml
+++ b/wu-lazy-cloud-heartbeat-common/pom.xml
@@ -6,7 +6,7 @@
top.wu2020
wu-lazy-cloud-network
- 1.3.1-JDK24-SNAPSHOT
+ 1.3.2-JDK24
wu-lazy-cloud-heartbeat-common
@@ -32,7 +32,7 @@
top.wu2020
wu-framework-queue
- 1.3.1-JDK24-SNAPSHOT
+ 1.3.2-JDK24
diff --git a/wu-lazy-cloud-heartbeat-dns/pom.xml b/wu-lazy-cloud-heartbeat-dns/pom.xml
index 2548c724..c06eda79 100644
--- a/wu-lazy-cloud-heartbeat-dns/pom.xml
+++ b/wu-lazy-cloud-heartbeat-dns/pom.xml
@@ -5,7 +5,7 @@
top.wu2020
wu-lazy-cloud-network
- 1.3.1-JDK24-SNAPSHOT
+ 1.3.2-JDK24
4.0.0
diff --git a/wu-lazy-cloud-heartbeat-protocol-proxy/pom.xml b/wu-lazy-cloud-heartbeat-protocol-proxy/pom.xml
index d92c206d..63594901 100644
--- a/wu-lazy-cloud-heartbeat-protocol-proxy/pom.xml
+++ b/wu-lazy-cloud-heartbeat-protocol-proxy/pom.xml
@@ -5,7 +5,7 @@
top.wu2020
wu-lazy-cloud-network
- 1.3.1-JDK24-SNAPSHOT
+ 1.3.2-JDK24
4.0.0
@@ -56,7 +56,7 @@
top.wu2020
wu-framework-queue
- 1.3.1-JDK24-SNAPSHOT
+ 1.3.2-JDK24
diff --git a/wu-lazy-cloud-heartbeat-server-cluster/pom.xml b/wu-lazy-cloud-heartbeat-server-cluster/pom.xml
index 5a39d395..6e180d2e 100644
--- a/wu-lazy-cloud-heartbeat-server-cluster/pom.xml
+++ b/wu-lazy-cloud-heartbeat-server-cluster/pom.xml
@@ -5,7 +5,7 @@
top.wu2020
wu-lazy-cloud-network
- 1.3.1-JDK24-SNAPSHOT
+ 1.3.2-JDK24
4.0.0
diff --git a/wu-lazy-cloud-heartbeat-server/pom.xml b/wu-lazy-cloud-heartbeat-server/pom.xml
index 882f5675..46a60e99 100644
--- a/wu-lazy-cloud-heartbeat-server/pom.xml
+++ b/wu-lazy-cloud-heartbeat-server/pom.xml
@@ -5,7 +5,7 @@
top.wu2020
wu-lazy-cloud-network
- 1.3.1-JDK24-SNAPSHOT
+ 1.3.2-JDK24
4.0.0
@@ -31,7 +31,7 @@
top.wu2020
wu-lazy-cloud-heartbeat-protocol-proxy
- 1.3.1-JDK24-SNAPSHOT
+ 1.3.2-JDK24
diff --git a/wu-lazy-cloud-heartbeat-start/pom.xml b/wu-lazy-cloud-heartbeat-start/pom.xml
index 921d2211..77d7e228 100644
--- a/wu-lazy-cloud-heartbeat-start/pom.xml
+++ b/wu-lazy-cloud-heartbeat-start/pom.xml
@@ -5,7 +5,7 @@
top.wu2020
wu-lazy-cloud-network
- 1.3.1-JDK24-SNAPSHOT
+ 1.3.2-JDK24
wu-lazy-cloud-heartbeat-start
diff --git a/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-client-start/README.md b/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-client-start/README.md
index eca8594a..5166118d 100644
--- a/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-client-start/README.md
+++ b/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-client-start/README.md
@@ -9,7 +9,7 @@ mvn -Pnative -DskipTests clean package native:compile
```shell
mvn spring-boot:build-image -Pnative
-docker tag docker.io/library/wu-lazy-cloud-heartbeat-client-start:1.3.1-JDK24-SNAPSHOT registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-client-start:1.3.1-JDK17-NATIVE-SNAPSHOT
+docker tag docker.io/library/wu-lazy-cloud-heartbeat-client-start:1.3.2-JDK24 registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-client-start:1.3.1-JDK17-NATIVE-SNAPSHOT
docker push registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-client-start:1.3.1-JDK17-NATIVE-SNAPSHOT
@@ -24,37 +24,37 @@ docker push registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-cl
mvn clean install
-docker build -t registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-client-start:1.3.1-JDK24-SNAPSHOT .
-docker push registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-client-start:1.3.1-JDK24-SNAPSHOT
+docker build -t registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-client-start:1.3.2-JDK24 .
+docker push registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-client-start:1.3.2-JDK24
```
## Docker Hub
```shell
-docker tag registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-client-start:1.3.1-JDK24-SNAPSHOT 1207537021/wu-lazy-cloud-heartbeat-client-start:1.3.1-JDK24-SNAPSHOT
+docker tag registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-client-start:1.3.2-JDK24 1207537021/wu-lazy-cloud-heartbeat-client-start:1.3.2-JDK24
-docker push 1207537021/wu-lazy-cloud-heartbeat-client-start:1.3.1-JDK24-SNAPSHOT
+docker push 1207537021/wu-lazy-cloud-heartbeat-client-start:1.3.2-JDK24
```
### wlcn
```shell
-docker tag registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-client-start:1.3.1-JDK24-SNAPSHOT wlcn/wlcn-client:1.3.1-JDK24-SNAPSHOT
+docker tag registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-client-start:1.3.2-JDK24 wlcn/wlcn-client:1.3.2-JDK24
-docker push wlcn/wlcn-client:1.3.1-JDK24-SNAPSHOT
+docker push wlcn/wlcn-client:1.3.2-JDK24
```
### run
```shell
-docker run -d -it --privileged --name client -p 6004:6004 registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-client-start:1.3.1-JDK24-SNAPSHOT
+docker run -d -it --privileged --name client -p 6004:6004 registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-client-start:1.3.2-JDK24
```
```shell
-docker run -d -it --privileged --name windows-client --restart=always -e spring.lazy.netty.client.inet-host=124.222.152.160 -e spring.lazy.netty.client.inet-port=30560 -e spring.lazy.netty.client.client-id="windows-11" docker.io/library/wu-lazy-cloud-heartbeat-client-start:1.3.1-JDK24-SNAPSHOT
+docker run -d -it --privileged --name windows-client --restart=always -e spring.lazy.netty.client.inet-host=124.222.152.160 -e spring.lazy.netty.client.inet-port=30560 -e spring.lazy.netty.client.client-id="windows-11" docker.io/library/wu-lazy-cloud-heartbeat-client-start:1.3.2-JDK24
```
```yaml
@@ -89,7 +89,7 @@ kubeadm join apiserver.demo:6443 --token 2wtcsg.0af26p9wzfgvyf5a --discovery
```
```RUN
-docker run -d -it --name client registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-client-start:1.3.1-JDK24-SNAPSHOT
+docker run -d -it --name client registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-client-start:1.3.2-JDK24
http://127.0.0.1:18080
@@ -115,7 +115,7 @@ http://127.0.0.1:18080
jpackage \
--input target \
--name wlcn-client \
- --main-jar wu-lazy-cloud-heartbeat-client-start-1.3.1-JDK24-SNAPSHOT.jar \
+ --main-jar wu-lazy-cloud-heartbeat-client-start-1.3.2-JDK24.jar \
--main-class org.framework.lazy.cloud.network.heartbeat.client.LazyCloudHeartbeatClientStart \
--type dmg \
--vendor "小吴小吴bug全无" \
diff --git a/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-client-start/pom.xml b/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-client-start/pom.xml
index 0c5cb7c7..f71faff5 100644
--- a/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-client-start/pom.xml
+++ b/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-client-start/pom.xml
@@ -5,7 +5,7 @@
top.wu2020
wu-lazy-cloud-heartbeat-start
- 1.3.1-JDK24-SNAPSHOT
+ 1.3.2-JDK24
4.0.0
diff --git a/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-client-start/src/main/resources/application.yml b/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-client-start/src/main/resources/application.yml
index 2e9510a7..dad47f69 100644
--- a/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-client-start/src/main/resources/application.yml
+++ b/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-client-start/src/main/resources/application.yml
@@ -29,7 +29,7 @@ spring:
protocol:
proxy:
authentication: true
- enable-proxy-log: true
+ enable-proxy-log: false
socket-protocol-proxy:
port: 9002
http-protocol-proxy:
diff --git a/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-cluster-start/pom.xml b/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-cluster-start/pom.xml
index 25572c9e..84eb178d 100644
--- a/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-cluster-start/pom.xml
+++ b/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-cluster-start/pom.xml
@@ -5,7 +5,7 @@
top.wu2020
wu-lazy-cloud-heartbeat-start
- 1.3.1-JDK24-SNAPSHOT
+ 1.3.2-JDK24
4.0.0
diff --git a/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-start/README.md b/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-start/README.md
index 3d0a959b..11a56b1f 100644
--- a/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-start/README.md
+++ b/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-start/README.md
@@ -11,7 +11,7 @@ mvn -Pnative -DskipTests clean package native:compile
```shell
mvn spring-boot:build-image -Pnative
-docker tag docker.io/library/wu-lazy-cloud-heartbeat-server-start:1.3.1-JDK24-SNAPSHOT registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-server-start:1.3.1-JDK17-NATIVE-SNAPSHOT
+docker tag docker.io/library/wu-lazy-cloud-heartbeat-server-start:1.3.2-JDK24 registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-server-start:1.3.1-JDK17-NATIVE-SNAPSHOT
docker push registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-server-start:1.3.1-JDK17-NATIVE-SNAPSHOT
@@ -23,28 +23,28 @@ docker push registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-se
mvn clean install
-docker build -t registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-server-start:1.3.1-JDK24-SNAPSHOT .
-docker push registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-server-start:1.3.1-JDK24-SNAPSHOT
+docker build -t registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-server-start:1.3.2-JDK24 .
+docker push registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-server-start:1.3.2-JDK24
```
## Docker Hub
```shell
-docker tag registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-server-start:1.3.1-JDK24-SNAPSHOT 1207537021/wu-lazy-cloud-heartbeat-server-start:1.3.1-JDK24-SNAPSHOT
+docker tag registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-server-start:1.3.2-JDK24 1207537021/wu-lazy-cloud-heartbeat-server-start:1.3.2-JDK24
-docker push 1207537021/wu-lazy-cloud-heartbeat-server-start:1.3.1-JDK24-SNAPSHOT
+docker push 1207537021/wu-lazy-cloud-heartbeat-server-start:1.3.2-JDK24
```
### wlcn
```shell
-docker tag registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-server-start:1.3.1-JDK24-SNAPSHOT wlcn/wlcn-server:1.3.1-JDK24-SNAPSHOT
+docker tag registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-server-start:1.3.2-JDK24 wlcn/wlcn-server:1.3.2-JDK24
-docker push wlcn/wlcn-server:1.3.1-JDK24-SNAPSHOT
+docker push wlcn/wlcn-server:1.3.2-JDK24
```
```RUN
-docker run -d -it -p 6001:6001 -p 7001:7001 -e spring.profiles.active=prod -e MAIN_DB_HOST=localhost:3306 -e MAIN_DB_PASSWORD=root -e MAIN_DB_PASSWORD=root --name wu-lazy-cloud-heartbeat-server-start registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-server-start:1.3.1-JDK24-SNAPSHOT
+docker run -d -it -p 6001:6001 -p 7001:7001 -e spring.profiles.active=prod -e MAIN_DB_HOST=localhost:3306 -e MAIN_DB_PASSWORD=root -e MAIN_DB_PASSWORD=root --name wu-lazy-cloud-heartbeat-server-start registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-server-start:1.3.2-JDK24
http://127.0.0.1:6001/swagger-ui/index.html
diff --git a/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-start/k8s.yaml b/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-start/k8s.yaml
index e94cdeeb..23c775ac 100644
--- a/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-start/k8s.yaml
+++ b/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-start/k8s.yaml
@@ -41,7 +41,7 @@ spec:
- name: spring.datasource.driver-class-name
value: com.mysql.cj.jdbc.Driver
image: >-
- registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-server-start:1.3.1-JDK24-SNAPSHOT
+ registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-heartbeat-server-start:1.3.2-JDK24
imagePullPolicy: Always
name: wu-lazy-cloud-heartbeat-server
resources: {}
diff --git a/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-start/pom.xml b/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-start/pom.xml
index a1648c91..d4401e1e 100644
--- a/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-start/pom.xml
+++ b/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-start/pom.xml
@@ -5,7 +5,7 @@
top.wu2020
wu-lazy-cloud-heartbeat-start
- 1.3.1-JDK24-SNAPSHOT
+ 1.3.2-JDK24
4.0.0