Spring Boot 3.0系列【22】应用篇之嵌入式 Servlet 容器
有道无术,术尚可求,有术无道,止于术。
本系列Spring Boot版本3.0.3
源码地址:https://gitee.com/pearl-organization/study-spring-boot3
文章目录
-
- 前言
- 嵌入式 Servlet 容器支持
- Web 三大组件
-
- Servlet
- Filter
- Listener
- Servlet Web 应用程序下上文
- 配置属性
前言
本篇文档主要学习Spring Boot
中Servlet
容器的相关知识。
嵌入式 Servlet 容器支持
对于 servlet
应用程序,Spring Boot
提供了嵌入式 Tomcat
、Jetty
和Undertow
服务器的支持。spring-boot-starter-web