1. @importSelector定义: /*** Interface to be implemented by types that determine which @{@link Configuration}* class(es) should be imported based on a given selection criteria, usually one or more
一、简介 ImportSelector 是Spring的扩展点之一,这个扩展点有什么用呢,如果说在 SpringBoot 中,我们熟悉的 @EnableXXX 就是通过这个扩展点来实现的,下面我们来进行分析和实现。 下面是他的源码,在 Spring 中是一个接口,具体有什么用呢 public interface ImportSelector {/*** Select and return t