xyz.haff.testcontainers.TestcontainersAnnotationsApplication.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-testcontainers-annotations Show documentation
Show all versions of spring-testcontainers-annotations Show documentation
Annotations for quickly firing containers in Spring tests
package xyz.haff.testcontainers
import org.springframework.boot.autoconfigure.SpringBootApplication
/**
* This is just necessary to enable running the tests!
*/
// TODO: Try to make this internal
@SpringBootApplication
class TestcontainersAnnotationsApplication
© 2015 - 2025 Weber Informatics LLC | Privacy Policy