This project demonstrates use of Spring boot to create a resource (POST), delete a resource (DELETE) and to retrieve 1 or more resources (GET). Use of H2 database with UUID as primary key is also demonstrated.
The example includes User and Message resources. The API can be to manage users and messages sent from one user to another.