Spring Boot REST API

RESTful web services built with Spring Boot using Spring MVC or Spring WebFlux. Supports JSON, XML, and hypermedia responses with full content negotiation, validation, error handling, and CORS configuration.

API entry from apis.yml

apis.yml Raw ↑
aid: spring-boot:spring-boot-rest-api
name: Spring Boot REST API
description: RESTful web services built with Spring Boot using Spring MVC or Spring WebFlux. Supports
  JSON, XML, and hypermedia responses with full content negotiation, validation, error handling, and CORS
  configuration.
humanURL: https://spring.io/guides/gs/rest-service/
baseURL: http://localhost:8080/api
tags:
- HTTP
- JSON
- REST
- Web Services
properties:
- type: Documentation
  url: https://docs.spring.io/spring-boot/docs/current/reference/html/web.html
- type: Getting Started Guide
  url: https://spring.io/guides/gs/rest-service/
- type: Tutorial
  url: https://spring.io/guides/tutorials/rest/