2014年5月8日
摘要: 今天研究了一下scope的作用域。默认是单例模式,即scope="singleton"。另外scope还有prototype、request、session、global session作用域。scope="prototype"多例。再配置bean的作用域时,它的头文件形式如下:如何使用spring... 阅读全文
posted @ 2014-05-08 19:11 一个人的天空@ 阅读(104135) 评论(5) 推荐(8) 编辑
摘要: 在基于主机方式配置Spring的配置文件中,你可能会见到这样一条配置,他的作用是式地向Spring容器注册AutowiredAnnotationBeanPostProcessor、CommonAnnotationBeanPostProcessor、PersistenceAnnotationBeanP... 阅读全文
posted @ 2014-05-08 17:16 一个人的天空@ 阅读(491) 评论(0) 推荐(0) 编辑