First Spring Boot Application - Todo List (2)
Background Continuing from the previous post, where we built the database layer and Liquibase migrations, this article shows how to define REST APIs in our Spring Boot Todo application. We'll walk through creating controllers, connecting them to services