Build and Dockerize Spring Data Rest Application
Introduction In this article we will describe a simple approach to implementing a Rest API in spring boot and automate its deployment. The API is intended for only one resource i.e. User implementing the basic CRUD methods(GET, POST, PUT, PATCH,…