ApplicationTestYamlConfig

@Configuration
@Profile(value = "test")
@PropertySource(value = "classpath:application-test.yml", factory = YamlPropertySourceFactory::class)
open class ApplicationTestYamlConfig

Constructors

Link copied to clipboard
constructor()