© K. Siva Prasad Reddy 2017

K. Siva Prasad Reddy, Beginning Spring Boot 2, https://doi.org/10.1007/978-1-4842-2931-6_11

11. Building REST APIs Using Spring Boot

K. Siva Prasad Reddy

(1)Hyderabad, India

REST (REpresentational State Transfer) is an architectural style for building distributed systems that provide interoperability between heterogeneous systems. The need for REST APIs increased a lot with the drastic increase of mobile devices. It became logical to build REST APIs and let the web and mobile clients consume the API instead of developing separate applications.

SpringMVC provides first-class support for building RESTful web services. As Spring’s REST support is built on top of SpringMVC, you can leverage the knowledge of SpringMVC for ...

Get Beginning Spring Boot 2: Applications and Microservices with the Spring Framework now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.