Kata to practice Spring Boot.
- 📚 See API Docs, run and go to Swagger UI.
- 📀 H2 Database used with Spring Data and JPA Repositories.
- 🔒 Spring Security with BasicAuth.
- 🧪 Unit and integration testing.
- 📈 Coverage reports with JaCoCo.
- 📊 App Monitor with AOP.
mvn install
docker build -t rsginer/spring-boot-todo-list .
docker container run -d -it -p 8080:8080 --name todolist rsginer/spring-boot-todo-list
mvn spring-boot:run
mvn test
mvn verify
- Open html report with your browser
target/site/jacoco/index.html