Skip to content

anyjava/spring-boot-dbunit

Repository files navigation

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

About

Spring Boot Test with DBUnit stater pack

Resources

License

Stars

Watchers

Forks

Packages

No packages published