您的位置:首页 > 编程语言 > Java开发

[SpringMVC] Maven + Eclipse 项目demo搭建

2017-05-09 17:37 302 查看
参考教程:

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


一般问题解决方案

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


填坑

1. 项目基本搭建:参考链接A
2. 项目的环境配置:
- 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)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: