Skip to content

Commit

Permalink
add spring/14
Browse files Browse the repository at this point in the history
  • Loading branch information
deepraining committed Oct 26, 2021
1 parent 58cb745 commit c4671a1
Show file tree
Hide file tree
Showing 5 changed files with 960 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
1. [\[2021-10-22\] Spring 源码解析十一:Spring 的扩展加载机制](spring/11.md)
1. [\[2021-10-25\] Spring 源码解析十二:SpringBoot 的加载机制](spring/12.md)
1. [\[2021-10-25\] Spring 源码解析十三:SpringBoot 初始化应用时就加载的组件](spring/13.md)
1. [\[2021-10-26\] Spring 源码解析十四:SpringBoot Autoconfigure 初始化应用时就加载的组件](spring/14.md)

## 前端进阶

Expand Down
4 changes: 3 additions & 1 deletion spring/12.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,9 @@ public class SpringApplication {
## 6. AnnotationConfigServletWebServerApplicationContext

[AnnotationConfigServletWebServerApplicationContext](https://github.com/spring-projects/spring-boot/blob/v2.5.6/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/servlet/context/AnnotationConfigServletWebServerApplicationContext.java)
是 SpringBoot 默认使用应用上下文,先看看继承关系
是 SpringBoot 默认使用应用上下文

先看看继承关系

```
- GenericWebApplicationContext
Expand Down
Loading

0 comments on commit c4671a1

Please sign in to comment.