Skip to content

Commit afb09a6

Browse files
committed
提交MCP服务
1 parent 3ba95c6 commit afb09a6

25 files changed

+751
-23
lines changed

source/_posts/AI/MCP服务.md

+557-19
Large diffs are not rendered by default.

source/_posts/AI/images/MCP流程调用.md

+180
Large diffs are not rendered by default.

source/_posts/JAVA/源码/Async注解调用过程.md renamed to source/_posts/JAVA/源码/spring&springboot/@Async注解调用过程.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Async注解调用过程
2+
title: "@Async注解调用过程"
33
date: 2024-12-30 19:07:05
44
updated: 2024-12-30 19:07:05
55
tags:

source/_posts/JAVA/源码/EnableAspectJAutoProxy注解源码解析.md renamed to source/_posts/JAVA/源码/spring&springboot/@EnableAspectJAutoProxy注解源码解析.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: EnableAspectJAutoProxy注解源码解析
2+
title: "@EnableAspectJAutoProxy注解源码解析"
33
date: 2024-12-30 19:07:05
44
updated: 2024-12-30 19:07:05
55
tags:

source/_posts/JAVA/源码/Springboot实现多数据源切换.md renamed to source/_posts/JAVA/源码/spring&springboot/SpringBoot实现多数据源切换.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Springboot实现多数据源切换
2+
title: SpringBoot实现多数据源切换
33
date: 2024-12-30 19:07:05
44
updated: 2024-12-30 19:07:05
55
tags:
@@ -11,7 +11,7 @@ categories:
1111
- 源码
1212
- Spring
1313
thumbnail: https://images.unsplash.com/photo-1682686578023-dc680e7a3aeb?crop=entropy&cs=srgb&fm=jpg&ixid=M3w2NDU1OTF8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NDMxNTE3NDB8&ixlib=rb-4.0.3&q=85&w=1920&h=1080
14-
published: false
14+
published: true
1515
---
1616

1717
# springboot实现多数据源切换
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: SpringBoot执行扩展点
3+
date: 2025-04-18 01:12:20
4+
updated: 2025-04-18 01:12:20
5+
tags:
6+
comments: false
7+
categories:
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+
published: false
10+
---

0 commit comments

Comments
 (0)