模版创建

dev2
WeiRan 2024-08-19 19:39:36 +08:00
parent 44d0387265
commit 8d473f3eb3
1 changed files with 11 additions and 13 deletions

View File

@ -80,26 +80,26 @@
<artifactId>cloud-common-xxl</artifactId>
</dependency>
<!--rqbbit公共依赖-->
<dependency>
<groupId>com.muyu</groupId>
<artifactId>cloud-common-rabbit</artifactId>
</dependency>
<!-- &lt;!&ndash;rqbbit公共依赖&ndash;&gt;-->
<!-- <dependency>-->
<!-- <groupId>com.muyu</groupId>-->
<!-- <artifactId>cloud-common-rabbit</artifactId>-->
<!-- </dependency>-->
<dependency>
<groupId>com.muyu</groupId>
<artifactId>cloud-pay-common</artifactId>
</dependency>
<dependency>
<groupId>com.muyu</groupId>
<artifactId>cloud-common-nacos-remote</artifactId>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.muyu</groupId>-->
<!-- <artifactId>cloud-common-nacos-remote</artifactId>-->
<!-- </dependency>-->
</dependencies>
<build>
<finalName>cloud-market</finalName>
<finalName>cloud-pay</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
@ -112,12 +112,10 @@
</execution>
</executions>
</plugin>
<!-- 加入maven deploy插件当在deploy时忽略些model-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.1</version>
<configuration>
<skip>true</skip>
</configuration>