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

記練習springboot過程中,需要引入外部一些jar遇到的問題。 1. 在pom.xml中添加需要的jar。注意:<scope>與<systemPath>標籤必須 2.爲使之前配置生效,需要在maven-plugin中添加:     <configuration>           <includeSystemScope>true</includeSystemScope>     </con
相關文章
相關標籤/搜索