pom 配置spring boot 的build plugin

This commit is contained in:
zhouxiunai
2018-12-03 16:07:54 +08:00
parent 2d7be474fa
commit 8767070fdf
2 changed files with 3 additions and 2 deletions
+3
View File
@@ -95,6 +95,9 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<includeSystemScope>true</includeSystemScope>
</configuration>
</plugin>
<plugin>
<groupId>com.spotify</groupId>