Spring Web MVC
2024. 10. 15. 08:05ㆍSpring Framework/Web on Servlet Stack
Section Summary
- DispatcherServlet
- Filters
- Annotated Controllers
- Functional Endpoints
- URI Links
- Asynchronous Requests
- CORS
- Error Responses
- Web Security
- HTTP Caching
- View Technologies
- MVC Config
- HTTP/2
HTTP/2 :: Spring Framework
Servlet 4 containers are required to support HTTP/2, and Spring Framework 5 is compatible with Servlet API 4. From a programming model perspective, there is nothing specific that applications need to do. However, there are considerations related to server
docs.spring.io
'Spring Framework > Web on Servlet Stack' 카테고리의 다른 글
Advanced Java Config (0) | 2024.10.15 |
---|---|
Path Matching (0) | 2024.10.15 |
Default Servlet (0) | 2024.10.15 |
View Resolvers (0) | 2024.10.15 |
View Controllers (1) | 2024.10.15 |