清除数据
This commit is contained in:
5
pom.xml
5
pom.xml
@@ -3,7 +3,7 @@
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.org</groupId>
|
||||
<artifactId>FlashSaleSystem</artifactId>
|
||||
<artifactId>CommunityFreshGroupBuySystem</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<name>社区生鲜团购系统</name>
|
||||
<description>社区生鲜团购系统</description>
|
||||
@@ -129,6 +129,7 @@
|
||||
</dependencyManagement>
|
||||
|
||||
<build>
|
||||
<finalName>community-fresh-group-buy-system-${project.version}</finalName>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
@@ -145,7 +146,7 @@
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<version>${spring-boot.version}</version>
|
||||
<configuration>
|
||||
<mainClass>com.org.flashsalesystem.FlashSaleSystemApplication</mainClass>
|
||||
<mainClass>com.org.flashsalesystem.CommunityFreshGroupBuySystemApplication</mainClass>
|
||||
<skip>true</skip>
|
||||
</configuration>
|
||||
<executions>
|
||||
|
||||
Reference in New Issue
Block a user