摘要: 一、<context:annotation-config>的作用:用于开启spring中的注解,就是激活那些已经在spring容器中注册过的Bean的注解。 在没有使用<context:annotation-config>之前: 当我们需要使用BeanPostProcessor时,我们会在Sprin 阅读全文
posted @ 2017-12-01 16:20 zhangchaowu 阅读(198) 评论(0) 推荐(0)