@Value("${some.key:my default value}") private String stringWithDefaultValue; @Value("${some.key:true}") private boolean booleanWithDefaultValue;