[update] 1.3.1-JDK24

This commit is contained in:
wujiawei
2025-07-21 16:59:53 +08:00
parent 9e1a47f4e9
commit ff3681fc46
11 changed files with 260 additions and 20 deletions

View File

@@ -13,6 +13,27 @@
<artifactId>wu-lazy-cloud-heartbeat-server</artifactId>
<description>云上心跳服务端</description>
<name>wlcn项目服务端组件</name>
<url>https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network</url>
<!-->开发者的信息<-->
<developers>
<developer>
<name>Jia Wei Wu</name>
<email>1207537021@qq.com</email>
</developer>
</developers>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<!-->项目的版本管理地址<-->
<scm>
<url>https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network</url>
</scm>
<properties>
<maven.compiler.source>24</maven.compiler.source>
<maven.compiler.target>24</maven.compiler.target>
@@ -22,16 +43,18 @@
<dependency>
<groupId>top.wu2020</groupId>
<artifactId>wu-framework-web</artifactId>
<version>${wu-framework-web.version}</version>
</dependency>
<!-- 通用心跳包 -->
<dependency>
<groupId>top.wu2020</groupId>
<artifactId>wu-lazy-cloud-heartbeat-common</artifactId>
<version>${wu-lazy-cloud-heartbeat-common.version}</version>
</dependency>
<dependency>
<groupId>top.wu2020</groupId>
<artifactId>wu-lazy-cloud-heartbeat-protocol-proxy</artifactId>
<version>1.3.1-JDK24</version>
<version>${wu-lazy-cloud-heartbeat-protocol-proxy.version}</version>
</dependency>
<!-- 数据库 -->
<dependency>
@@ -43,16 +66,19 @@
<dependency>
<groupId>top.wu2020</groupId>
<artifactId>wu-database-lazy-orm-plus-starter</artifactId>
<version>${wu-database-lazy-orm-plus-starter.version}</version>
</dependency>
<!-- 授权平台 -->
<dependency>
<groupId>top.wu2020</groupId>
<artifactId>wu-authorization-server-platform-starter</artifactId>
<version>${wu-authorization-server-platform-starter.version}</version>
</dependency>
<!-- jvm -->
<dependency>
<groupId>top.wu2020</groupId>
<artifactId>wu-jvm-server-platform-starter</artifactId>
<version>${wu-jvm-server-platform-starter.version}</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
@@ -67,15 +93,18 @@
<dependency>
<groupId>top.wu2020</groupId>
<artifactId>wu-framework-lazy-orm-spring-starter</artifactId>
<version>${wu-framework-lazy-orm-spring-starter.version}</version>
</dependency>
<dependency>
<groupId>top.wu2020</groupId>
<artifactId>wu-log-server-platform-starter</artifactId>
<version>${wu-log-server-platform-starter.version}</version>
</dependency>
<!-- 内网穿透客户端 -->
<dependency>
<groupId>top.wu2020</groupId>
<artifactId>wu-lazy-cloud-heartbeat-client</artifactId>
<version>${wu-lazy-cloud-heartbeat-client.version}</version>
</dependency>
</dependencies>