摘要: 增加对annotation的支持,查找@Controller下的@RequestMapping 代码:https://github.com/kuotian/springmvc_me 1. 注解 @Controller @Target(ElementType.TYPE) @Retention(Rete 阅读全文
posted @ 2020-06-18 19:46 kuotian 阅读(214) 评论(0) 推荐(0)
摘要: 手写实现简易的Spring MVC xml版本。 代码:https://github.com/kuotian/springmvc_me 用户请求:localhost\addUser2 DispatcherServlet接收请求,通过HandlerMapping去查找合适的Handler 根据处理器获 阅读全文
posted @ 2020-06-18 17:46 kuotian 阅读(181) 评论(0) 推荐(0)