摘要:
http://tomcat.apache.org/打开网页,在左边选择版本,选择后网页往下面拉拉下来,根据windows选择32还是64位的,其中zip是windows免安装版下载后解压,然后配置环境变量我遇到的问题:用之前用过的tomcat输入8080不会进入tomcat管理页面(webapp里面... 阅读全文
摘要:
failure to transfer org.codehaus.plexus:plexus:pom:2.0.5 from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will ... 阅读全文
摘要:
原因是我直接把jar包放在了仓库里面解决办法:将jar办放在不是仓库路径位置,在进行install就okle 阅读全文
摘要:
本地jar安装至maven仓库 一般不建议通过这种方式配置依赖,通常做法建议你把本地包安装到maven仓库,命令如下: mvn install:install-file-DgroupId=com.httpmime -DartifactId=httpmime4.0 -Dversion=1.0 -Dpa 阅读全文
摘要:
http://www.bubuko.com/infodetail-914917.html删除 http://blog.sina.com.cn/s/blog_94f38cf80102v2ct.html 阅读全文
摘要:
Cannot read lifecycle mapping metadata for artifact org.apache.maven.plugins:maven-war-plugin:maven-plugin:2.1.1:runtime Cause: error in opening zip f... 阅读全文