ApplicationYamlConfig

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

Constructors

Link copied to clipboard
constructor()