把E:\test\exception-handler.jar导入到maven仓库;
mvn install:install-file -Dfile=E:\test\exception-handler.jar -DgroupId=org.yuyi.full -DartifactId=exception-handler -Dversion=1.0.0 -Dpackaging=jar
cmd命令导jar包
最新推荐文章于 2023-08-26 04:18:19 发布
把E:\test\exception-handler.jar导入到maven仓库;
mvn install:install-file -Dfile=E:\test\exception-handler.jar -DgroupId=org.yuyi.full -DartifactId=exception-handler -Dversion=1.0.0 -Dpackaging=jar