美文网首页
maven打包打入pom.xml中引入的jar包

maven打包打入pom.xml中引入的jar包

作者: jia々 | 来源:发表于2019-12-04 11:08 被阅读0次

<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<includeSystemScope>true</includeSystemScope>
</configuration>
</plugin>
</plugins>
</build>

相关文章

网友评论

      本文标题:maven打包打入pom.xml中引入的jar包

      本文链接:https://www.haomeiwen.com/subject/ysikgctx.html