模版创建

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