
spring框架学习
沐沐102
这个作者很懒,什么都没留下…
展开
-
Spring框架中Spring配置文件中context:annotation-config标签说明
<context:annotation-config/>此标签的重要作用就是: 省去系统繁琐的注解标签,加上一个此标签,就可以在此项目程序添加“注解”的功能,使系统识别相应的注解功能!! 详解: <context:annotation-config/>标签的作用是隐式地向Spring容器注册AutowiredAnnotationBeanPostProcesso...转载 2019-10-30 11:22:26 · 834 阅读 · 0 评论 -
Spring框架xml配置中属性 ref 与 value的区别
刚开始学Spring框架时并没太关注这么细小的区别,偶然一次配置xml时对同一个bean的引用,两个不同的类属性都用re...转载 2019-10-30 11:02:50 · 511 阅读 · 0 评论 -
spring框架学习之报错:Bean property ‘source‘ is not writable or has an invalid setter method.
报错信息: Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property 'source' of bean class [com.XX.XXX.]: Bean property 'xx' is not writa...原创 2019-10-29 17:02:49 · 758 阅读 · 0 评论