SpringBoot原理解析 自动配置: pom.xml spring-boot-dependencies :核心依赖在这里边管理 在这里插入图片描述 加了conditionOnClass注解的就会判断如果有starter.xml依赖的就会进行自动配置 相关文章: 2021-10-26 2021-11-04 2021-06-18 2021-07-15 2021-11-28 2021-11-28 2022-01-13