V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
silently9527
V2EX  ›  程序员

为了深入解析 SpringMVC 核心原理,我写了简易版 MVC 框架并记录了完整的开发文档

  •  
  •   silently9527 · 2021-08-18 11:36:33 +08:00 · 1051 次点击
    这是一个创建于 953 天前的主题,其中的信息可能已经有所发展或是发生改变。

    为了深入解析 SpringMVC 核心原理,我就手写了一个简易版 MVC 框架开始(SmartMvc),现已开源并且编写了完整的开发文档

    Github 地址: https://github.com/silently9527/SmartMvc

    文档目录:

    • 00 深入解析 SpringMVC 核心原理:从手写简易版 MVC 框架开始(SmartMvc)
    • 01 SmartMVC 总体架构规划
    • 02 RequestMappingHandlerMapping 初始化过程
    • 03 拦截器 HandlerInterceptor
    • 04 HandlerMapping 获取对应的 Handler
    • 05 参数解析器 HandlerMethodArgumentResolver
    • 06 返回解析器 HandlerMethodReturnValueHandler
    • 07 Handler 执行器 InvocableHandlerMethod
    • 08 实现 RequestMappingHandlerAdapter
    • 09 视图 InternalResourceView 、RedirectView
    • 10 视图解析器 ViewResolver
    • 11 DispatcherServlet 实现 doDispatch 来完成请求逻辑
    • 12 全局异常处理器 HandlerExceptionResolver
    • 13 核心配置类 WebMvcConfigurationSupport
    • 14 SmartMvc 与 SpringBoot 集成(一)
    • 15 SmartMvc 与 SpringBoot 集成(二)
    • 16 SmartMvc 项目实战
    2 条回复    2021-08-18 19:51:25 +08:00
    silently9527
        1
    silently9527  
    OP
       2021-08-18 13:02:40 +08:00
    自己来 up
    israinbow
        2
    israinbow  
       2021-08-18 19:51:25 +08:00
    8 个月前更新的 GitHub, 现在才水贴? 有鬼(bushi
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3258 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 29ms · UTC 11:53 · PVG 19:53 · LAX 04:53 · JFK 07:53
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.