摘要: public class GlobalInterceptor implements HandlerInterceptor { public boolean preHandle(HttpServletRequest request, HttpServletResponse... 阅读全文
posted @ 2014-09-14 17:52 Rhythmk 阅读(712) 评论(0) 推荐(0) 编辑
摘要: 在学习 Spring Mvc 过程中,有必要来先了解几个关键参数: @Controller: 在类上注解,则此类将编程一个控制器,在项目启动 Spring 将自动扫描此类,并进行对应URL路由映射。@Controllerpublic class UserAction { } @Reque... 阅读全文
posted @ 2014-09-14 16:27 Rhythmk 阅读(146560) 评论(3) 推荐(6) 编辑
摘要: 1、环境参数:Maven:3.1.1JDK :1.62、项目文件结构图:3、各文件配置:3.1、 pom.xml 4.0.0 rhythmk_web web1 war 0.0.1-SNAPSHOT web1 Maven Webapp http://maven.apache.org ... 阅读全文
posted @ 2014-09-14 16:01 Rhythmk 阅读(3906) 评论(0) 推荐(0) 编辑
Rhythmk 个人笔记