mirror of
https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network.git
synced 2025-06-07 22:07:55 +08:00
[fix]
This commit is contained in:
parent
30fa62d90e
commit
b6302d2b07
6
pom.xml
6
pom.xml
@ -8,13 +8,13 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>wu-framework-parent</artifactId>
|
<artifactId>wu-framework-parent</artifactId>
|
||||||
<groupId>top.wu2020</groupId>
|
<groupId>top.wu2020</groupId>
|
||||||
<version>1.2.1-JDK17-SNAPSHOT</version>
|
<version>1.2.2-JDK17-SNAPSHOT</version>
|
||||||
<relativePath/>
|
<relativePath/>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>wu-lazy-cloud-network</artifactId>
|
<artifactId>wu-lazy-cloud-network</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>1.2.1-JDK17-SNAPSHOT</version>
|
<version>1.2.2-JDK17-SNAPSHOT</version>
|
||||||
<description>云上云下</description>
|
<description>云上云下</description>
|
||||||
|
|
||||||
|
|
||||||
@ -67,7 +67,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>top.wu2020</groupId>
|
<groupId>top.wu2020</groupId>
|
||||||
<artifactId>wu-framework-dependencies</artifactId>
|
<artifactId>wu-framework-dependencies</artifactId>
|
||||||
<version>1.2.1-JDK17-SNAPSHOT</version>
|
<version>1.2.2-JDK17-SNAPSHOT</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>top.wu2020</groupId>
|
<groupId>top.wu2020</groupId>
|
||||||
<artifactId>wu-lazy-cloud-network</artifactId>
|
<artifactId>wu-lazy-cloud-network</artifactId>
|
||||||
<version>1.2.1-JDK17-SNAPSHOT</version>
|
<version>1.2.2-JDK17-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
@ -22,7 +22,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>top.wu2020</groupId>
|
<groupId>top.wu2020</groupId>
|
||||||
<artifactId>wu-lazy-cloud-heartbeat-common</artifactId>
|
<artifactId>wu-lazy-cloud-heartbeat-common</artifactId>
|
||||||
<version>1.2.1-JDK17-SNAPSHOT</version>
|
<version>1.2.2-JDK17-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.alibaba</groupId>
|
<groupId>com.alibaba</groupId>
|
||||||
@ -39,6 +39,10 @@
|
|||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.graalvm.buildtools</groupId>
|
||||||
|
<artifactId>native-maven-plugin</artifactId>
|
||||||
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>top.wu2020</groupId>
|
<groupId>top.wu2020</groupId>
|
||||||
<artifactId>wu-lazy-cloud-network</artifactId>
|
<artifactId>wu-lazy-cloud-network</artifactId>
|
||||||
<version>1.2.1-JDK17-SNAPSHOT</version>
|
<version>1.2.2-JDK17-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>wu-lazy-cloud-heartbeat-common</artifactId>
|
<artifactId>wu-lazy-cloud-heartbeat-common</artifactId>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>top.wu2020</groupId>
|
<groupId>top.wu2020</groupId>
|
||||||
<artifactId>wu-lazy-cloud-network</artifactId>
|
<artifactId>wu-lazy-cloud-network</artifactId>
|
||||||
<version>1.2.1-JDK17-SNAPSHOT</version>
|
<version>1.2.2-JDK17-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
@ -27,7 +27,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>top.wu2020</groupId>
|
<groupId>top.wu2020</groupId>
|
||||||
<artifactId>wu-lazy-cloud-heartbeat-common</artifactId>
|
<artifactId>wu-lazy-cloud-heartbeat-common</artifactId>
|
||||||
<version>1.2.1-JDK17-SNAPSHOT</version>
|
<version>1.2.2-JDK17-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- 数据库 -->
|
<!-- 数据库 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
@ -52,6 +52,10 @@
|
|||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.graalvm.buildtools</groupId>
|
||||||
|
<artifactId>native-maven-plugin</artifactId>
|
||||||
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user