摘要: Spring mvc 注释全解核心原理1. 用户发送请求给服务器。url:user.do2. 服务器收到请求。发现Dispatchservlet可以处理。于是调用DispatchServlet。3. DispatchServlet内部,通过HandleMapping检查这个url有没有对应的Cont... 阅读全文
posted @ 2014-08-11 11:05 冥恋 阅读(419) 评论(0) 推荐(0)
摘要: Spring-mvc文件配置《1》、在web.xml文件中配置信息: 、配置applicationContext.xml《属于spring》contextConfigLocationclasspath:spring-configs/applicationContext.xml、配置filter《可选... 阅读全文
posted @ 2014-07-30 12:04 冥恋 阅读(579) 评论(0) 推荐(0)