Developing our first Spring Boot microservice

In this section, we will demonstrate how to develop a Java-based REST/JSON Spring Boot service using STS.

The full source code of this example is available as the chapter3.Bootrest project in the code files of this book under the following Git repository: https://github.com/rajeshrv/Spring5Microservice
  1. Open STS, right-click in Project Explorer window, select New Project, then select Spring Starter Project as shown in the following screenshot. Then click on Next:
  1. The Spring Starter Project is a basic template wizard, which provides a selection of a number of other starter libraries.
  2. Type the ...

Get Spring 5.0 Microservices - Second Edition 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.