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
출처 : https://docs.spring.io/spring-framework/reference/web/webmvc.html
Spring Web MVC :: Spring Framework
Spring Web MVC is the original web framework built on the Servlet API and has been included in the Spring Framework from the very beginning. The formal name, "Spring Web MVC," comes from the name of its source module (spring-webmvc), but it is more commonl
docs.spring.io
GitHub : https://github.com/intheeast/SpringWebMVCTestApp
GitHub - intheeast/SpringWebMVCTestApp
Contribute to intheeast/SpringWebMVCTestApp development by creating an account on GitHub.
github.com
'Spring Framework > Web on Servlet Stack' 카테고리의 다른 글
Context Hierarchy (0) | 2025.02.27 |
---|---|
Dispatcher Servlet (0) | 2025.02.27 |
Advanced Java Config (0) | 2024.10.15 |
Path Matching (0) | 2024.10.15 |
Default Servlet (0) | 2024.10.15 |