初始化

master
陈思豪 2024-07-24 19:10:23 +08:00
parent 1afa3d401c
commit b3714d0f91
1 changed files with 6 additions and 13 deletions

17
pom.xml
View File

@ -72,10 +72,11 @@
</dependency> </dependency>
<!-- XllJob定时任务 --> <!-- XllJob定时任务 -->
<!-- <dependency>--> <dependency>
<!-- <groupId>com.muyu</groupId>--> <groupId>com.muyu</groupId>
<!-- <artifactId>cloud-common-xxl</artifactId>--> <artifactId>cloud-common-xxl</artifactId>
<!-- </dependency>--> </dependency>
</dependencies> </dependencies>
<build> <build>
@ -92,14 +93,6 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<!-- 加入maven deploy插件当在deploy时忽略些model-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins> </plugins>
</build> </build>