Commit 59087c77e164fa5ebac896ec3b328c7c1e34cd36

Authored by 648540858
1 parent 5749cdd1

解决mvn打包时无法将额外引入的包打入可执行jar的问题

Showing 1 changed file with 3 additions and 0 deletions
... ... @@ -167,6 +167,9 @@
167 167 <plugin>
168 168 <groupId>org.springframework.boot</groupId>
169 169 <artifactId>spring-boot-maven-plugin</artifactId>
  170 + <configuration>
  171 + <includeSystemScope>true</includeSystemScope>
  172 + </configuration>
170 173 </plugin>
171 174 <plugin>
172 175 <groupId>org.apache.maven.plugins</groupId>
... ...