20221128 源码理解 spring-boot-starter-web【归档】

版本信息

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-web</artifactId>
</dependency>

版本 2.6.7

目录

  1. Servlet 相关的 Spring Boot 自动配置类

  2. WebMvcConfigurer

  3. DispatcherServlet 处理请求

  4. HttpMessageConverter

  5. Spring 相关

  6. RequestMappingHandlerAdapter

posted @ 2022-11-28 09:50  流星<。)#)))≦  阅读(74)  评论(0编辑  收藏  举报