随笔分类 - maven
摘要:jbarcode-0.2.8.jar 1.cmd命令进入该jar包所在路径 2.执行命令: mvn install:install-file -Dfile=jbarcode-0.2.8.jar -DgroupId=org.jbarcode -DartifactId=jbarcode -Dversio
阅读全文
摘要:https://www.cnblogs.com/guanghe/p/10374652.html https://blog.csdn.net/zeal9s/article/details/90690524
阅读全文
摘要:https://search.maven.org ,http://www.mvnrepository.com/ http://maven.apache.org
阅读全文
摘要:问题原因:在于默认的parent中的版本springboot有固定的指定 删除指定版本 <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <!-- 默认的版本为3.8.1,修改为4.x,因为3.x使用的为编程的方
阅读全文
摘要:版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。本文链接:https://blog.csdn.net/qq_36611526/article/details/79067159今天遇到个问题 文件内引入某个资源 pom.xml头部http://m
阅读全文
摘要:<!-- https://search.maven.org, http://www.mvnrepository.com/ --> <url>http://maven.apache.org</url>
阅读全文
摘要:-Dfile :你的jar的名称 -DgroupId :在pom中的groupId -DartifactId :在pom中的artifactId -Dversion :在pom中的version 在jar包文件目录输入cmd打开命令窗口,执行: mvn install:install-file -D
阅读全文
摘要:<!--中央仓库访问过慢的解决方案——设置国内镜像,国内较好的公共镜像是阿里巴巴的阿里云所提供的 --> <repositories> <repository> <id>aliyun</id> <name>aliyun releases</name> <url>http://maven.aliyun
阅读全文
摘要:在 Runner 配置了参数: -DarchetypeCatalog=internal
阅读全文
摘要:进入到项目目 前 cd E:\workspace\foen_api(如切换不了目录) 直接E:\workspace\foen_api mvn clean 清理 mvn install 安装 mvn test 测试 mvn bulid 构建 发布spring boot 生成jar mvn clean
阅读全文
摘要:-Dmaven.multiModuleProjectDirectory=$M2_HOME
阅读全文