Spring Boot 2 Recipe Application Simple Recipe App Used technologies Spring 5 Spring Boot 2 Spring Data JPA Hibernate and H2 Embedded Database Spring Boot DevTools Project Lombok Mockito Thymeleaf WebJars - Web Libraries in Jars (www.webjars.org) Circle CI for Continuous Integration Demo : http://spring5-recipe-app.herokuapp.com/ When you run this project locally, You can access H2 Embedded Database these link: http://localhost:8080/h2-console/ In this project, there are 5 tests according to the concept of Test Driven Development. When I push this repo , Circle CI run these all test and they show above badge