
SpringBoot
sodawoods
LETSGETIT
展开
-
SpringBoot系列:2.3.2版本官方文档阅读笔记-Spring Boot Features-SpringApplication
本文记录一下SpringBoot官方文档中对SpringApplication的一些介绍。文档链接https://docs.spring.io/spring-boot/docs/2.3.2.RELEASE/reference/htmlsingle/#boot-features-spring-applicationStartup FailureFailureAnalyzer的实现类会打印失败原因,也可以自己实现。Lazy InitializationSpringApplication允许Bean延迟原创 2020-08-13 23:02:11 · 380 阅读 · 0 评论 -
SpringBoot系列:2.3.2版本官方文档阅读笔记-使用SpringBoot的一些建议
SpringBoot版本:2.3.2文档链接:SpringBoot 2.3.2官方文档@EnableAutoConfiguration注解@EnableAutoConfiguration. This annotation tells Spring Boot to “guess” how you want to configure Spring, based on the jar dependencies that you have added. Since spring-boot-starter-we原创 2020-08-11 23:42:49 · 677 阅读 · 0 评论