摘要: 上一篇文章已经分享了搭建springmvc:http://www.cnblogs.com/liqiu/p/4252788.html这一篇来链接数据库postgresql1、在pom.xml添加几个依赖 org.postgresql post... 阅读全文
posted @ 2015-01-27 23:46 李秋 阅读(3749) 评论(0) 推荐(0) 编辑
摘要: JavaWeb: 报错信息The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path今天建立了一个Javaweb工程,并在eclipse中配置了Web容器Tomcat。JSP页面顶端出现“红... 阅读全文
posted @ 2015-01-27 23:09 李秋 阅读(624) 评论(0) 推荐(0) 编辑
摘要: 一、建立Maven项目 使用Eclipse的maven构建一个web项目,以构建SpringMVC项目为例:1.1 选择建立Maven Project选择File -> New -> Other,在New窗口中选择 Maven -> Maven Project。点击newxt1.2 选... 阅读全文
posted @ 2015-01-27 20:06 李秋 阅读(3035) 评论(0) 推荐(0) 编辑