An example application with spring boot. It includes topics such as Docker build, GitHub Actions, JPA, RESTController, and more.
The example has been created for learning purposes only.
./mvnw package spring-boot:run
docker build -t kirillesau/spring-demo-application .
docker run -p 8081:8080 -d --name spring-demo kirillesau/spring-demo-application