idea 模块不引用 pom.xml 删除线 中划线 Settings → Build, Execution, Deployment → Build Tools → Maven → Ignored Files 编程 2021年06月18日 0 点赞 0 评论 760 浏览
Maven 将 本地 jar 加入到 本地Maven库中 如下命令将 C:\QRCode.jar 加入到Maven库中,并定义了groupId, artifactId, 及版本为3.0 mvn install:install-file -Dfile=C:\QRCode.jar -DgroupId=QRCode -DartifactId=QRCode -Dversion=3.0 -Dpackaging=jar   编程 2021年09月27日 0 点赞 0 评论 542 浏览