Showing posts with label REST. Show all posts
Showing posts with label REST. Show all posts

Tuesday, 16 July 2019

Item Service - Using Swagger to Document the REST API

Now that we have a REST API, let's document it using Swagger. Swagger makes it easy for other developers and tools to consume our REST API.

Item Service - Building a RESTful Service with Spring Boot

In this post we will build a microservice using Spring Boot.  This service will be responsible for interacting with our items that we are storing in our MySQL database.