Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6f8e3d8

Browse filesBrowse files
authored
Merge pull request coderbruis#2 from zsy0216/master
fix: fix springboot version
2 parents 672fb25 + 45b28d7 commit 6f8e3d8
Copy full SHA for 6f8e3d8

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎note/SpringBoot/深入SpringBoot源码学习之——系统初始化器.md‎

Copy file name to clipboardExpand all lines: note/SpringBoot/深入SpringBoot源码学习之——系统初始化器.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## 前言
22
前一章已经讲解了SpringBoot的SpringFactoriesLoader类的功能以及作用,即读取spring.factories文件中的工厂类,其中就包括了系统初始化器。在SpringBoot中,系统初始化器名称为ApplicationContextInitializer,它是一个接口,只定义了一个initialize方法。下面将详细介绍下SpringBoot的系统初始化器的原理以及作用,并且自定义一个系统初始化器,并在此基础上讲解下常见的使用场景。
33

4-
**SpringBoot版本:5.2.1.RELEASE**
4+
**SpringBoot 版本:2.2.1.RELEASE**
55

66
## 正文
77

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.