Building Spring-Boot RESTful API
Overview
I wanted to take some time and turn a spring boot api I built a couple months ago into an api tutorial. In this tutorial we will cover building out a simple api and talk through some specific elements such as jackson annotations, Comparator, unit testing, and integration testing.