Browse Source

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

pull/1/head
648540858 4 years ago
parent
commit
59087c77e1
  1. 3
      pom.xml

3
pom.xml

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

Loading…
Cancel
Save