This is a Spring Boot maintain users application that illustrates CRUD operations. It uses an embedded H2 database.
After cloning the repo, to run the test cases, run '.\gradlew test'
To run the application locally, run '.\gradlew bootRun'
The H2 database console can be accessed using http://localhost:8080/h2-console (Leave the password field empty)
The Swagger UI can be accessed using http://localhost:8080/swagger-ui/index.html (Use the APIs in the user-controller section)