Federlastkonfigurationswert in Variable
// field can't be final when using this to load a config value
@Value("${some.key:my default value}")
Daschi
// field can't be final when using this to load a config value
@Value("${some.key:my default value}")