随笔分类 -  SpringBoot

SpringBoot的相关知识整理
摘要:源码分析 SpringBoot自动配置流程 ​ ​ 首先,我们要了解在@SpringBootApplication注解的内部,还具有@EnableAutoConfiguration,@SpringBootConfiguration,@ComponentScan三个主要注解。 @SpringBootC 阅读全文
posted @ 2022-10-27 20:20 博客小新 阅读(3299) 评论(0) 推荐(1)