Spring Web MVC

2024. 10. 15. 08:05Spring Framework/Web on Servlet Stack

Section Summary

 

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

 

GitHub : https://github.com/intheeast/SpringWebMVCTestApp

'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