Browse Source

打包找不到主类问题修复

yuchengwei 3 months ago
parent
commit
08ab1eea33
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

@@ -247,7 +247,7 @@
                 <version>${spring-boot.version}</version>
                 <configuration>
                     <mainClass>com.qizhen.healsphere.Application</mainClass>
-                    <skip>true</skip>
+<!--                    <skip>true</skip>-->
                 </configuration>
                 <executions>
                     <execution>