File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,11 @@ It’s open source java platform, comprising of core features like Dependency in
2121# 1) Spring core module
2222Core module contains the subsequent features
2323
24- 1.1) Core: This module contains IoC and Dependency features
25- 1.2) Bean: This module contains BeanFactory
26- 1.3) Context: This module contains the ApplicationContext interface
27- 1.4) SpEL: This module contains the expression language for querying and manipulating an object graph at runtime.
24+ * [ Core] ( spring-ioc/Readme.md ) : This module contains IoC and Dependency features
25+ * [ Bean] ( spring-dependency/Readme.md ) : This module contains BeanFactory
26+
27+ 1.3) Context: This module contains the ApplicationContext interface
28+ 1.4) SpEL: This module contains the expression language for querying and manipulating an object graph at runtime.
2829# 2) AOP (Aspect Oriented Programming)
2930
3031 2.1) AOP: This module provides support to integrate with AspectJ, which will define method-interceptors and pointcuts
You can’t perform that action at this time.
0 commit comments