spring注解-PropertySource注解使用(写了一点点。。。)

   @PropertySource只能标注在类上面

   @PropertySource(value="classpath:/cat.properties")

   使用:在自定义类的属性上面@Value(value="${weight}")

posted @ 2019-05-05 01:07  ………  阅读(886)  评论(0编辑  收藏  举报