Skip to content

一、Spring Boot 核心

1. 引导类

  • 考察: 源码阅读
  • 来自: 阿里巴巴

Spring Boot 的核心注解 @SpringBootApplication, 它主要由 3个注解组成:

  • @SpringBootConfiguration: 主要作用收集所有Bean注入Spring容器 (相当于 Spring 中的 applicationContext.xml)。
  • @EnableAutoConfiguration: 主要作用自动配置应用程序所需要的各种组件和功能
  • @ComponentScan
  • 考察: 源码阅读
  • 来自: 阿里巴巴 :::
  • 考察: 源码阅读
  • 来自: 阿里巴巴 :::
  • 考察: 源码阅读
  • 来自: 阿里巴巴 :::
  • 考察: 源码阅读
  • 来自: 阿里巴巴 :::

2. 配置

  • 考察: 开发经验、环境配置
  • 来自: 阿里巴巴 :::
  • 考察: spring boot 配置理解
  • 来自: 阿里巴巴 :::
  • 考察: spring boot 配置文件加载理解和启动顺序理解
  • 来自: 阿里巴巴 :::

3. 内嵌容器

  • 考察: spring boot 内嵌容器理解
  • 来自: 阿里巴巴 :::
  • 考察: 跨域问题
  • 来自: 阿里巴巴 :::

4. 启动器

  • 考察: spring boot 理解
  • 来自: 阿里巴巴 :::

5. 兼容或集成

  • 考察: 老项目兼容新技术
  • 来自: 阿里巴巴 :::
  • 考察: 日志框架理解
  • 来自: 阿里巴巴 :::
  • 考察: spring boot 配置理解
  • 来自: 阿里巴巴 :::
  • 考察: 监视器
  • 来自: 阿里巴巴 :::
  • 考察: 定时任务理解
  • 来自: 阿里巴巴 :::

6. 区别

  • 考察: Spring 升级的过程
  • 来自: 阿里巴巴 :::
  • 考察: Spring boot 理解
  • 来自: 阿里巴巴 :::
  • 考察: 源码阅读
  • 来自: 阿里巴巴 :::