Spring注解系列三:组件注册[email protected]

1、FilterType过滤规则 @Configuration @ComponentScan(value="com.atguigu",includeFilters = { @Filter(type=FilterType.ANNOTATION,classes={Controller.class}), @Filter(type=FilterType.ASSIGNABLE_TYPE,class
相关文章
相关标签/搜索