piyang88
2016-03-25 10:13
老师,您讲的例子中,为什么没注册CommonAnnotationBeanPostProcessor,测试jsr注解也能通过?
context:component-scan这个标签包含了
说的也是啊,老师不是说:
支持这两种回调有个前提:CommonAnnotationBeanPostProcessor必须在Spring的ApplicationContext中注册。
这个注册是不是spring IOC 容器已经隐形地为我们注册了?还是这个类已经内置在Sping的上下文中了而无需注册了?
就是啊,为什么没有注册就能正常运行?是不是默认注册了?
使用Autowire注解
<bean class="org.springframework.beans.factory.annotation. AutowiredAnnotationBeanPostProcessor "/>
Spring入门篇
268786 学习 · 963 问题
相似问题