This project shows how to do unit and integration tests in a spring boot environment.
The demo system is a Manga search engine, that allows searching by title.
You can read full article on my blog page http://www.mgiglione.com/2018/07/14/unit-and-integration-tests-in-spring-boot/
For building and running the application you need:
You can use the Spring Boot Maven plugin like so:
mvn spring-boot:run