# Dfile jar包所在位置 DgroupId 指定groupId DartifactId 指定artifactId Dversion 指定版本 mvn install:install-file -Dfile=C:\Users\zlf\Desktop\mybatis-main\target\mybatis.jar -DgroupId="cn.bugstack.middleware" -DartifactId=mybatis -Dversion="1.0.0" -Dpackaging=jar
在需要导入的项目中导入
本地仓库中