Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 514 Bytes

File metadata and controls

23 lines (16 loc) · 514 Bytes

Testing Spring Boot 2.x with DBUnit

Release

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