构建脚本:编译时包含本地jar依赖

This commit is contained in:
陈精华
2019-11-21 18:14:58 +08:00
committed by kl
parent c1a7cd8c46
commit 461030d34f
2 changed files with 4 additions and 1 deletions

View File

@@ -211,6 +211,9 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<includeSystemScope>true</includeSystemScope>
</configuration>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>