博客新增音乐播放器,点击打开捷径,切换或暂停音乐。

随笔分类 -  Mavne问题集

摘要:在eclipse中新建了一个maven项目搭建Spring源码阅读环境,创建一个bean生产getter和setter方法的时候报错“the resource is not on the build path of a java project” 这种情况是因为在工程中找不到类; 解决办法:项目右键 阅读全文
posted @ 2017-09-22 08:50 霓裳梦竹 阅读(1993) 评论(0) 推荐(0) 编辑
摘要:在pom.xml文件中build后面加上<defaultGoal>compile</defaultGoal> 阅读全文
posted @ 2016-09-19 08:29 霓裳梦竹 阅读(180) 评论(0) 推荐(0) 编辑
摘要:问题: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:2.4:create (default-cli) on project standalone-pom: Unable to parse 阅读全文
posted @ 2016-09-14 15:52 霓裳梦竹 阅读(3264) 评论(0) 推荐(1) 编辑
摘要:解决办法:修改一下版本号 <groupId>org.codehaus.cargo</groupId> <artifactId>cargo-maven2-plugin</artifactId> <version>1.4.12</version> <!--原本是使用1.2.3--> 阅读全文
posted @ 2016-09-14 15:36 霓裳梦竹 阅读(4235) 评论(1) 推荐(1) 编辑
摘要:项目上右键-->Build Path-->Configuration Build Path -->Add Library -->Server Runtime 选择tomcat 阅读全文
posted @ 2016-09-14 14:13 霓裳梦竹 阅读(172) 评论(0) 推荐(0) 编辑
摘要:一, eclipse中使用maven插件的时候,运行run as maven build的时候报错 -Dmaven.multiModuleProjectDirectory system propery is not set. Check $M2_HOME environment variable a 阅读全文
posted @ 2016-09-14 13:58 霓裳梦竹 阅读(222) 评论(0) 推荐(0) 编辑
摘要:在maven进行jetty的调试中出现错误: [plain] view plaincopyprint? [ERROR] No plugin found for prefix 'jetty' in the current project and in the plu gin groups [org.a 阅读全文
posted @ 2016-07-09 09:22 霓裳梦竹 阅读(470) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示