[SpringMVC] Maven + Eclipse 项目demo搭建

来源:互联网 发布:虚拟打印机软件 编辑:程序博客网 时间:2024/06/06 02:24

参考教程:

A: http://www.cnblogs.com/xujj/archive/2012/04/16/2452788.htmlhttp://www.cnblogs.com/qixing/p/qixing.htmlB:http://blog.csdn.net/xiebaochun/article/details/37932111

一般问题解决方案

C:http://www.cnblogs.com/yezhenhan/archive/2011/10/17/2215279.htmlD:http://blog.csdn.net/chwshuang/article/details/46678517

填坑

1. 项目基本搭建:参考链接A2. 项目的环境配置:    - JDK1.6     - Tomcat6.0    - Maven3.0+    - Eclipse(Neno.2)   3.一般问题解决方法(主要是Eclipse环境配置)
/*...to 'org.eclipse.jst.jee.server:你的项目名' did not find a matching property.*/    参考链接D/*项目Facets不匹配*/    参考链接C/*servelet-api jar包导入不完整或失败*/    配置Eclipse中Tomcat环境(Windows --> Properties -->Server...)    buildPath Configure 中导入 AddLibrary --> Server Runtime --> Tomcat6.0(上文提到的配置Tomcat)
0 0
原创粉丝点击