摘要: springboot自动配置底层原理 selector->selectImports方法(只是返回要被注入容器的类)->调用getAutoConfigurationEntry方法->调用getCandidateConfigurations方法并对其封装->loadFactoryNames()->lo 阅读全文
posted @ 2022-04-07 21:33 dronff 阅读(47) 评论(0) 推荐(0)