清除数据

This commit is contained in:
2026-05-06 23:30:54 +08:00
parent 17a5734d67
commit d16fc36264
149 changed files with 6691 additions and 5575 deletions

View File

@@ -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>