RequestContextListener作用
摘要:
spring IOC容器实例化Bean的方式有: singleton 在spring IOC容器中仅存在一个Bean实例,Bean以单实例的方式存在. prototype 每次从容器中调用Bean时,都返回一个新的实例,即每次调用getBean()时,相当于执行new XxxBean()的操作. r 阅读全文
posted @ 2016-10-08 16:10 锟斤拷锟斤拷 阅读(10609) 评论(0) 推荐(3)