摘要: 一、Spring容器中Bean的常用属性 1-1、作用域 常用作用域有五种 在Spring2.0之前的是两种,分别是 singleton 和 prototype 在Spring2.0之后为支持web应用的ApplicationContext,添加了三种 request、session、global 阅读全文
posted @ 2021-04-22 14:05 q-linyu 阅读(179) 评论(0) 推荐(0)