@ComponentScan

@ComponentScan的常用方式如下

 

  • 自定扫描路径下边带有@Controller,@Service,@Repository,@Component注解加入spring容器

  • 通过includeFilters加入扫描路径下没有以上注解的类加入spring容器

  • 通过excludeFilters过滤出不用加入spring容器的类

  • 自定义增加了@Component注解的注解方式

 

posted @ 2020-03-23 17:39  Q1Zhen  阅读(114)  评论(0编辑  收藏  举报