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