
Maven
添柴程序猿
10年编程工作,涉及到.Net,Java,Android,C,Python等,爱好算法,人工智能,大数据等领域, 虚心求教,一起进步,大学毕业参加工作,如今一晃10多年已过,时间飞逝....
展开
-
Maven使用技巧001--- 离线更新nexus中央仓库索引的方案
nexus可以在线更新中央仓库索引,但是更新速度慢,而且很有可能下载的索引不全。下面介绍一种离线更新中央仓库索引的方式,速度快并且可靠。1、访问http://repo.maven.apache.org/maven2/.index/下载中心仓库最新版本的索引文件,我们需要下载如下两个文件nexus-maven-repository-index.gz和nexus-maven-repositor原创 2017-03-22 14:53:20 · 3680 阅读 · 2 评论 -
Maven异常总结001---Maven project导入到myeclipse时候出现异常:could not get mojo execution paramater value
Maven project导入到myeclipse时候出现异常:could not get mojo execution paramater value解决方案:这时候发生了一个错误:could not get mojo execution paramater value出异常会报错一个框:弹框中的内容:Plugin org.apache.maven.plugins原创 2017-03-15 23:05:50 · 4409 阅读 · 0 评论 -
maven异常001---报错The folder is already a source folder.的解决办法
我们有时候新建一个webapp的maven项目时,生成的目录结构是这样子的:缺少maven规范必须的src/main/java 和 src/test/java但是当我们新建这两个目录时,却报The folder is already a source folder.这个错误,错误意思是这个目录已经存在了!这个目录确实存在,只是missing了(不知这样说对不对)原创 2017-10-07 22:48:15 · 827 阅读 · 0 评论 -
maven常用的中央仓库
Maven 中央仓库地址:1. http://www.sonatype.org/nexus/2. http://mvnrepository.com/ (本人推荐仓库)3. http://repo1.maven.org/maven2原创 2017-11-30 23:10:59 · 1531 阅读 · 0 评论 -
Linux学习笔记019---Centos7下安装Maven
JAVA技术交流QQ群:1709331521.虚拟机的话,首先可以去配置一下静态ip,参考其他博文1.如果下载不成功,可以配置ftp,可以参考其他博文$ cd /opt$ wget https://mirrors.tuna.tsinghua.edu.cn/apache/maven/maven-3/3.5.0/binaries/apache-maven-3.5.0-bin.ta...原创 2018-08-07 13:49:37 · 476 阅读 · 0 评论 -
SpringCloud工作笔记061---springBoot maven 打包jar报错_serverEndpointExporter
JAVA技术交流QQ群:170933152 代码可以正常运行,websocket也是正常工作,但打包成jar就会报如下错误Error starting ApplicationContext. To display the auto-configuration report re-run your application with 'debug' enable...转载 2018-10-24 09:52:32 · 3072 阅读 · 0 评论