定义起步依赖工程 xxx-spring-boot-starter(封装了该起步依赖所需其他所有jar包的依赖)
自动装配工程 xxx-spring-boot-starter-autoconfigure
自动装配工程xxx-spring-boot-starter-autoconfigure的resources目录下创建META-INF/spring.factories文件
并在该配置文件中定义自动装配的配置类XxxAutoConfiguration
例:org.springframework.boot.autoconfigure.EnableAutoConfiguration=
com.itheima.redis.config.XxxAutoConfiguration