Introduction
In this tutorial, we will create a simple RESTful API using Java, Spring Boot, MongoDB and Maven for a travel app. It will allow us to Create, Read, Update and Delete Trips.
Prerequisites
Java Development Kit (JDK) 8 or later, installed...