Skip to content

Commit a6f08f5

Browse files
authored
Merge pull request Snailclimb#402 from wangxiaowu241/master
Update SpringInterviewQuestions.md
2 parents dd65486 + 5bf2a3f commit a6f08f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/system-design/framework/spring/SpringInterviewQuestions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Spring 官网列出的 Spring 的 6 个特征:
4444

4545
- **Spring Core:** 基础,可以说 Spring 其他所有的功能都需要依赖于该类库。主要提供 IoC 依赖注入功能。
4646
- **Spring Aspects** : 该模块为与AspectJ的集成提供支持。
47-
- **Spring AOP**提供了面向方面的编程实现
47+
- **Spring AOP**提供了面向切面的编程实现
4848
- **Spring JDBC** : Java数据库连接。
4949
- **Spring JMS** :Java消息服务。
5050
- **Spring ORM** : 用于支持Hibernate等ORM工具。

0 commit comments

Comments
 (0)