Explorar el Código

打包找不到主类问题修复

yuchengwei hace 3 meses
padre
commit
08ab1eea33
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>