Spring获取配置文件属性值

@Value("${sendEmailAddress}")
private String sendEmailAddress;

使用@Value注解加上${}来获取配置文件内属性值