每次建maven项目,总会有问题.决定在这整理一次,避免以后浪费时间. 最后目录为 1.首先修改pom.xml 之前老是出现明明改了 java compiler 已maven update 一下就又变回来的情况 例如这种错误: Dynamic Web Module 3.0 requires Java 1.6 or newer.Java compiler level does not match the version of the installed Java project facet.One…
用到的工具JDK1.8Eclipse Luna j2eeEclipse 集成的Mavetomcat7 (集成在xampp中的独立web服务器,或者通过Maven plugin集成web服务器) 步骤如下1.新建Mave web工程, A B C D 之后会得到如下工程树 可以看到有红色警告,这是因为缺少java web服务器,可以安装tomcat,然后在eclipse中添加server并部署web程序. 也可以通过Maven plugin集成tomcat,使用maven发布web程序,可以实…
建立Java Web工程:File -> New -> other… -> Web -> Dynamic Web Project,abs-inf选中该工程右键 -> configure -> Convert to Maven project:group Id:保持为空,因为直接从更上层的parent继承groupIdpackaging选择为:pom删除出src之外的文件夹,如build.classes.WebContent等至此,一个Maven类型的abs-pom项目建…
该文章转自: http://blog.csdn.net/dw_java08/article/details/7789601 eclise 部署web工程报 There are no resources that can be added or removed from the server. 解决办法: 今天在eclipse中导入一个项目后,无法加载到tomcat里面,出现“There are no resources that can be added or removed from the…