Skip to content

Commit

Permalink
优化打包配置
Browse files Browse the repository at this point in the history
  • Loading branch information
beiyoufx committed Oct 31, 2018
1 parent c7f7990 commit 272f75e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,26 @@
</dependencies>
</dependencyManagement>

<!--构建-->
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring-boot.version}</version>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
</build>

<!--仓库-->
<repositories>
<repository>
Expand Down

0 comments on commit 272f75e

Please sign in to comment.