Package-level declarations
Types
Link copied to clipboard
@ContextConfiguration(classes = [CucumberTestApplication::class, JsonUtils::class], loader = SpringBootContextLoader::class)
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT, properties = ["spring.main.allow-bean-definition-overriding=true"] )
@ConfigurationPropertiesScan(value = ["com.ragin.bdd", "configuration.com.ragin.bdd", "eu.m8ty", "configuration.eu.m8ty"] )
@ComponentScan(value = ["eu.m8ty"] )
Link copied to clipboard
@SpringBootApplication
@ComponentScan(value = ["eu.m8ty"] )