A REST API for a TODO List.
List supported features:
-
Fetch work's details.
-
Fetch list of works with sorting and pagination.
-
Add work.
-
Edit work.
-
Delete work.
-
Support caching (Caffeine).
-
Support db migration (Liquibase).
List technology stacks used in this project:
-
Spring Boot Framework 2.x
-
MySQL 5.7
-
Swagger2
-
Liquibase 3.4.1
-
Caffeine 2.6.2
-
Maven 3.1.1