功能模块 | 功能介绍 |
Core Container | IOC核心容器,在 Spring 环境下使用任何功能都必须基于 IOC 容器。 |
AOP&Aspects | 第二个核心:面向切面编程 |
Testing | 提供了对 junit 或 TestNG 测试框架的整合。 |
Data Access/Integration | 提供了对数据访问/集成的功能。 |
Spring MVC | 提供了面向Web应用程序的集成功能。 |
Spring Framework五大功能模块
相关文章:
- 基于Java,PPT转Html5(保留动画,可私有化部署,可对接接口)
- iOS14 -[PHPhotoLibrary presentLimitedLibraryPickerFromViewController-] crash的问题
- vue中$refs, $emit, $on, $once, $off的使用详解
- [Vue warn]- The client-side rendered virtual DOM tree is not matching server-rendered content. Th...
- iOS--CoreML初识
- iOS多线程运用
- java学习之变量
- JS Date getTime 后变为 8点,js时间如何不从8点开始计算
- C++技能点之智能指针(二)
- iOS中frame和bounds区别