File tree 3 files changed +10
-2
lines changed
JAVA/源码/spring&springboot
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- title : AI大模型
2
+ title : AI大模型实践
3
3
date : 2025-03-25 09:29
4
4
updated : 2025-03-25 09:29
5
5
tags :
Original file line number Diff line number Diff line change @@ -1450,7 +1450,7 @@ public static class CustomMcpSyncClientCustomizer implements McpSyncClientCustom
1450
1450
}
1451
1451
```
1452
1452
1453
- ## 4. MCP协议
1453
+ ## 4. MCP交互协议
1454
1454
1455
1455
1456
1456
## 5. 实战
Original file line number Diff line number Diff line change @@ -8,3 +8,11 @@ categories:
8
8
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
9
9
published : false
10
10
---
11
+ ## 1. BootstrapRegistryInitializer
12
+
13
+ - initialize:当创建 BootstrapContext 上下文对象时进行初始化的调用,可以注册一些特殊的实例获取器,以及添加BootstrapContextClosedEvent关闭的事件监听器
14
+
15
+ ## 2. SpringApplicationRunListeners
16
+
17
+ - starting:容器正在启动时的监听器
18
+ - environmentPrepared
You can’t perform that action at this time.
0 commit comments