Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
Simple Spring framework
no vote
The spring framework, which can be easily understood by beginners, can understand the essence of one of the three frameworks in a short time. As the most basic part of spring framework, it provides dependency injection feature to realize the management of bean by container. The basic concept here is beanfactory, which is the core of any spring application. Beanfactory is an implementation of factory pattern. It uses IOC to separate application configuration and dependency description from actual application code.
xieyongxue
2016-08-23
0
1
No more~