@PropertySource只能标注在类上面
@PropertySource(value="classpath:/cat.properties")
使用:在自定义类的属性上面@Value(value="${weight}")