We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd65486 + 5bf2a3f commit a6f08f5Copy full SHA for a6f08f5
docs/system-design/framework/spring/SpringInterviewQuestions.md
@@ -44,7 +44,7 @@ Spring 官网列出的 Spring 的 6 个特征:
44
45
- **Spring Core:** 基础,可以说 Spring 其他所有的功能都需要依赖于该类库。主要提供 IoC 依赖注入功能。
46
- **Spring Aspects** : 该模块为与AspectJ的集成提供支持。
47
-- **Spring AOP** :提供了面向方面的编程实现。
+- **Spring AOP** :提供了面向切面的编程实现。
48
- **Spring JDBC** : Java数据库连接。
49
- **Spring JMS** :Java消息服务。
50
- **Spring ORM** : 用于支持Hibernate等ORM工具。
0 commit comments