Skip to content

Commit c34e7ec

Browse files
committed
提交笔记
1 parent afb09a6 commit c34e7ec

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

source/_posts/AI/AI大模型.md renamed to source/_posts/AI/AI大模型实践.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: AI大模型
2+
title: AI大模型实践
33
date: 2025-03-25 09:29
44
updated: 2025-03-25 09:29
55
tags:

source/_posts/AI/MCP服务.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1450,7 +1450,7 @@ public static class CustomMcpSyncClientCustomizer implements McpSyncClientCustom
14501450
}
14511451
```
14521452

1453-
## 4. MCP协议
1453+
## 4. MCP交互协议
14541454

14551455

14561456
## 5. 实战

source/_posts/JAVA/源码/spring&springboot/SpringBoot执行扩展点.md

+8
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,11 @@ categories:
88
thumbnail: https://images.unsplash.com/photo-1500964757637-c85e8a162699?crop=entropy&cs=srgb&fm=jpg&ixid=M3w2NDU1OTF8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NDQ5NTMxNDB8&ixlib=rb-4.0.3&q=85&w=1920&h=1080
99
published: false
1010
---
11+
## 1. BootstrapRegistryInitializer
12+
13+
- initialize:当创建 BootstrapContext 上下文对象时进行初始化的调用,可以注册一些特殊的实例获取器,以及添加BootstrapContextClosedEvent关闭的事件监听器
14+
15+
## 2. SpringApplicationRunListeners
16+
17+
- starting:容器正在启动时的监听器
18+
- environmentPrepared

0 commit comments

Comments
 (0)