初始化

master
Yueng 2024-08-04 15:20:49 +08:00
parent dffcd2d6fe
commit 8daa29949e
2 changed files with 7 additions and 5 deletions

View File

@ -7,10 +7,12 @@
<groupId>com.muyu</groupId>
<artifactId>cloud-pay</artifactId>
<version>1.0.0</version>
</parent>
<groupId>com.muyu</groupId>
<artifactId>cloud-pay-server</artifactId>
<artifactId>cloud-server-parent</artifactId>
<version>3.6.4</version>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
@ -82,12 +84,12 @@
<dependency>
<groupId>com.muyu</groupId>
<artifactId>cloud-common-rabbit</artifactId>
<version>3.6.3</version>
<version>1.0.0</version>
</dependency>
</dependencies>
<build>
<finalName>cloud-p</finalName>
<finalName>cloud-pay</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>

View File

@ -7,7 +7,7 @@
<parent>
<groupId>com.muyu</groupId>
<artifactId>cloud-server-parent</artifactId>
<version>3.6.4</version>
<version>3.6.3</version>
</parent>
<artifactId>cloud-pay</artifactId>