摘要: 在教程《@SpringBootApplication注解》中讲到 @EnableAutoConfiguration 可以借助 SpringFactoriesLoader 这个特性将标注了 @Configuration 的 JavaConfig 类“一股脑儿”的汇总并加载到最终的 Applicatio 阅读全文
posted @ 2020-11-06 16:06 ZhangYunZhu 阅读(117) 评论(0) 推荐(0)
摘要: 我们说 SpringBoot 是 Spring 框架对“约定优先于配置(Convention Over Configuration)”理念的最佳实践的产物,一个典型的 SpringBoot 应用本质上其实就是一个基于 Spring 框架的应用,而如果大家对 Spring 框架已经了如指掌,那么,在我 阅读全文
posted @ 2020-11-06 15:58 ZhangYunZhu 阅读(461) 评论(0) 推荐(0)