Skip to content

Commit 721a06f

Browse files
authored
Merge pull request Snailclimb#2807 from Senrian/fix/spring-annotations-title
fix: 修正Spring注解文章标题并添加注解分类总结表 (fix Snailclimb#2656)
2 parents a0ac4de + 3a44d67 commit 721a06f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/system-design/framework/spring/spring-common-annotations.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Spring&SpringBoot常用注解总结
2+
title: Spring&SpringMVC&SpringBoot常用注解总结
33
description: Spring和SpringBoot常用注解大全,涵盖@Autowired、@Component、@RequestMapping等核心注解的用法详解。
44
category: 框架
55
tag:
@@ -1025,4 +1025,10 @@ public class MyServiceTest extends TestBase { // Assuming TestBase provides Spri
10251025
}
10261026
```
10271027

1028+
1029+
1030+
## 注解分类总结
1031+
1032+
(表格)
1033+
10281034
<!-- @include: @article-footer.snippet.md -->

0 commit comments

Comments
 (0)