Spring Web MVC API

Web MVC framework for building web applications and RESTful services with Spring Boot 3. Includes controllers, filters, interceptors, and content negotiation.

API entry from apis.yml

apis.yml Raw ↑
name: Spring Web MVC API
description: Web MVC framework for building web applications and RESTful services with Spring Boot 3.
  Includes controllers, filters, interceptors, and content negotiation.
humanURL: https://docs.spring.io/spring-framework/docs/6.1.x/reference/html/web.html
baseURL: http://localhost:8080
tags:
- HTTP
- MVC
- REST
- Web
properties:
- type: Documentation
  url: https://docs.spring.io/spring-framework/docs/6.1.x/reference/html/web.html
- type: Tutorial
  url: https://spring.io/guides/gs/rest-service/