摘要: MyEclipse+Tomcat+MAVEN+SVN项目完整环境搭建 https://blog.csdn.net/zhshulin/article/details/30779873 Maven web项目创建http://blog.csdn.net/zhshulin/article/details/ 阅读全文
posted @ 2018-07-16 20:11 code白 阅读(562) 评论(0) 推荐(0) 编辑
摘要: <%=request.getContextPath()%>输出的是:/项目名 response.sendRedirect(req.getContextPath()+"/List.action"); 重定向需要加入项目名 req.getRequestDispatcher("/List.action") 阅读全文
posted @ 2018-07-16 17:30 code白 阅读(257) 评论(0) 推荐(0) 编辑
摘要: spring的配置文件比较固定,这里以springmvc的配置文件为例介绍,beans是根标签,xmlns是name space的简称,一般xmlns有beans、XMLSchema-instance、mvc、context 、tx。xml中用到什么标签必须要在xmlns中注明。下面的schemaL 阅读全文
posted @ 2018-07-16 12:53 code白 阅读(213) 评论(0) 推荐(0) 编辑