Unit and Integration tests in Spring Boot

Spring Boot [https://spring.io/blog/2013/08/06/spring-boot-simplifying-spring-for-everyone] is an awesome project that aims to make it easy creating production ready spring powered applications, bringing a convention over configuration based setup. It makes it easier to start a project with a default setup that can be customised as…