maven 安装本地jar
mvn install:install-file -Dfile=C:\Users\Administrator\Desktop\spring-websocket-5.3.20.jar -DgroupId=org.springframework -DartifactId=spring-websocket -Dversion=5.3.20 -Dpackaging=jar
-Dfile:本地路径
-DgroupId:groupId
artifactId:artifactId
packaging:包类型(jar)
欢迎一起来学习和指导,谢谢关注!
本文来自博客园,作者:xiexie0812,转载请注明原文链接:https://www.cnblogs.com/mask-xiexie/p/16636138.html