Spring MVC Web Framework

Model-View-Controller web framework built on the Servlet API. Supports annotation-driven controllers, content negotiation, validation, data binding, file uploads, CORS, and exception handling in a flexible servlet container.

API entry from apis.yml

apis.yml Raw ↑
aid: spring-framework:spring-mvc
name: Spring MVC Web Framework
description: Model-View-Controller web framework built on the Servlet API. Supports annotation-driven
  controllers, content negotiation, validation, data binding, file uploads, CORS, and exception handling
  in a flexible servlet container.
image: https://spring.io/img/spring-logo.svg
humanURL: https://docs.spring.io/spring-framework/docs/current/reference/html/web.html
baseURL: http://localhost:8080
tags:
- Annotations
- HTTP
- MVC
- REST
- Web
properties:
- type: Documentation
  url: https://docs.spring.io/spring-framework/docs/current/reference/html/web.html
- type: API Reference
  url: https://docs.spring.io/spring-framework/docs/current/javadoc-api/
- type: Getting Started
  url: https://spring.io/guides/gs/serving-web-content/