maven多模块以及将jar安装到本地仓库

1.将jar文件安装到本地maven仓库

mvn install:install-file -Dfile='本地文件路径' -DgroupId='groupId' -DartifactId='artifactId' -Dversion=1.0.0 -Dpackaging=jar

你可能感兴趣的:(springboot)