springboot 自动化装配机制(一)springboot starter介绍编写一个springboot starter简要步骤。
springboot starter介绍springboot的出现解决了以往spring繁琐配置的问题,以项目中配置redis为例,以往配置了redis-config之后还需要在spring配置文件里面配置jedisTemplate等类。这样的话显得配置比较繁重。 自从有了springboot,我们只需要调用工程在application.yml(或者application.properties)...