2018年10月4日
摘要: @Repository,@Service,@Controller这三个注解是基于component定义的注解 component-scan:组件扫描 base-package:扫描这个下的所有类 <context:component-scan>和<context:annotation-config> 阅读全文
posted @ 2018-10-04 21:59 songsong_p_blue 阅读(482) 评论(0) 推荐(0) 编辑
摘要: Bean:在spring的IOC里面,把配置到IOC容器里面的实体或者是对象都称为Bean Bean配置项 Bean的作用域 Bean的生命周期 Bean的自动装配 Resources&ResourceLoader Id:在整个IOC容器中这个Bean的唯一标识 Class:具体要实例化的哪一个类 阅读全文
posted @ 2018-10-04 10:00 songsong_p_blue 阅读(126) 评论(0) 推荐(0) 编辑