1.pom文件: spring-boot-maven-plugin下添加
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
2.Lifecycle package
3.target中生成jar包
1.pom文件: spring-boot-maven-plugin下添加
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
2.Lifecycle package
3.target中生成jar包