From ded7d9fd14473b16b226dc4f46005df7146a8bdd Mon Sep 17 00:00:00 2001 From: adiao <1819192616@qq.com> Date: Thu, 9 Nov 2023 02:09:05 +0800 Subject: [PATCH] Updated files --- EssOS/技术笔记.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/EssOS/技术笔记.md b/EssOS/技术笔记.md index f0bb9ee..ff487cd 100644 --- a/EssOS/技术笔记.md +++ b/EssOS/技术笔记.md @@ -1,3 +1,5 @@ + + # 技术笔记 项目开发中,可以将一些操作通过算法来实现。来提高项目的运行占用率。提高项目的稳定性。 @@ -148,6 +150,12 @@ public class JavaCollectionExample2 { --- +Spring boot 的生命周期详细图: + +![image-20231109020902160](../../../../Library/Application%20Support/typora-user-images/image-20231109020902160.png) + +--- + 项目代码地址资料: [EduAdminSys](https://github.com/holysword02/EducationManagementSystem/tree/main) \ No newline at end of file