erikthered
@Component @ConfigurationProperties("myservice") data class MyServiceProperties(var url: String, var username: String, var password: String)