SpringBoot----Maven项目引入外部jar包

记练习springboot过程中,需要引入外部一些jar遇到的问题。 1. 在pom.xml中添加需要的jar。注意:<scope>与<systemPath>标签必须 2.为使之前配置生效,需要在maven-plugin中添加:     <configuration>           <includeSystemScope>true</includeSystemScope>     </con
相关文章
相关标签/搜索