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