摘要: 大致流程 关于SpringBoot的启动流程,大致是这样的 加载启动类 启动类是使用了@SpringBootApplication注解标注的类,该注解包含了@SpringBootConfiguration、@EnableAutoConfiguration、@ComponentScan三个注解的功能。 阅读全文
posted @ 2023-04-25 09:59 秋天Code 阅读(21) 评论(0) 推荐(0)