Testing Spring Boot 2.x with DBUnit Get Started gradle allprojects { repositories { maven { url 'https://jitpack.io' } } } dependencies { testImplementation 'com.github.anyjava.spring-boot-dbunit:spring-boot-dbunit-starter:1.0.0' } How to use this project please see ppodgorsek/spring-test-dbunit