Nilai konfigurasi load pegas dalam variabel

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