xiehuanqun 1 개월 전
부모
커밋
fa910c24ba
1개의 변경된 파일1개의 추가작업 그리고 11개의 파일을 삭제
  1. 1 11
      pom.xml

+ 1 - 11
pom.xml

@@ -125,20 +125,10 @@
                 </configuration>
             </plugin>
 
-            <!-- 创建一个不包含依赖的jar包 -->
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
-                <configuration>
-                    <mainClass>com.example.TestApplication</mainClass>
-                    <layout>ZIP</layout>
-                    <includes>
-                        <include>
-                            <groupId>nothing</groupId>
-                            <artifactId>nothing</artifactId>
-                        </include>
-                    </includes>
-                </configuration>
+                <version>3.5.6</version>
                 <executions>
                     <execution>
                         <goals>