Microservice Using Spring Boot, Hibernate and MongoDB Database
In this article, I will develop a Microservice Application using Spring Boot Framework and MongoDB Database and expose all CRUD (Create, Read, Update, Delete) Operations as the REST APIs.
Spring Boot Framework will serve as back-end server and I will be using No SQL Database known as MongoDB Database for persisting(storing) the data.