com.github.database.rider.springboot.Application Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of springboot-dbunit-sample Show documentation
Show all versions of springboot-dbunit-sample Show documentation
Use Spring Data JPA + Hibernate + H2 + Database Rider for testing a Spring Boot application
package com.github.database.rider.springboot;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class Application {
public static void main(String[] args) {
SpringApplication.run(Application.class, args);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy