Maven官网没有我们需要的jar怎么办解决办法:对于官网没有的jar包,maven向本地仓库导入jar包用如下命令
mvn install:install-file -DgroupId=包名 -DartifactId=项目名
2020-08-08