springboot2.0深度实践
核心特性
Spring Boot 三大特性
- 组件自动装配:Web Mvc、Web Flux、JDBC
- 嵌入式WEB容器:Tomcat、Jetty 以及 Undertow
- 生产准备特性:指标、健康检查、外部化配置
Spring Boot Bean 源码解读
1 | public class SpringApplicationBootstrap { |
Spring 可以通断出当前应用的类型,主要是在 SpringApplication
中的 org.springframework.boot.SpringApplication#setApplicationContextClass
方法中
springboot2.0深度实践
You need to set
install_url
to use ShareThis. Please set it in _config.yml
.