Update spring-knowledge-and-questions-summary.md

This commit is contained in:
liubobo 2022-11-04 10:35:01 +08:00 committed by GitHub
parent 7b97007f52
commit 70086cb2ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ Spring 的测试模块对 JUnit单元测试框架、TestNG类似 JUnit
很多人对 Spring,Spring MVC,Spring Boot 这三者傻傻分不清楚!这里简单介绍一下这三者,其实很简单,没有什么高深的东西。
Spring 包含了多个功能模块(上面刚刚提过),其中最重要的是 Spring-Core主要提供 IoC 依赖注入功能的支持) 模块, Spring 中的其他模块(比如 Spring MVC的功能实现基本都需要依赖于该模块。
Spring 包含了多个功能模块(上面刚刚提过),其中最重要的是 Spring-Core主要提供 IoC 依赖注入功能的支持) 模块, Spring 中的其他模块(比如 Spring MVC的功能实现基本都需要依赖于该模块。
下图对应的是 Spring4.x 版本。目前最新的 5.x 版本中 Web 模块的 Portlet 组件已经被废弃掉,同时增加了用于异步响应式处理的 WebFlux 组件。