소스 검색

打包找不到主类问题修复

yuchengwei 3 달 전
부모
커밋
08ab1eea33
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>