This is a simple CRUD for User entity using Spring Boot framework, MariaDB and Docker.
This simple project code a model, repository, service, exception and controller modules to make the CRUD.
It is possible to run this repository using Github Codespaces following the simple tutorial below.
To up the application, just run the docker compose:
- docker-compose up --build
Alfer that, expose manually the port 8080 on codespaces.