提交 b4452543 authored 作者: 李秋林's avatar 李秋林

pom文件添加<goal>repackage</goal>

上级 de3317df
...@@ -64,6 +64,13 @@ ...@@ -64,6 +64,13 @@
<plugin> <plugin>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId> <artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
<configuration> <configuration>
<excludes> <excludes>
<exclude> <exclude>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论