Spring Framework system architecture

Spring Framework is the most basic project in the Spring ecosystem and the foundation of other projects

insert image description here

Core Container : The core container. First of all, when it comes to the most core module in the Spring framework, the core container, it can be seen that it is a container that holds things, and it holds objects in Java.
AOP: Aspect Oriented Programming. How do you program. design concept.
Aspects: The realization of AOP thought.
Data Access: Data Access
Data Integration: Data Integration, including other technologies.
Transcations
Web: Web Development
Test: unit testing and integration testing.

Guess you like

Origin blog.csdn.net/weixin_55775980/article/details/127302772