Spring Framework/Web on Servlet Stack
Spring Web MVC
헬로우월드
2024. 10. 15. 08:05
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