Skip to content

Commit bacafb0

Browse files
authored
Update README.md
1 parent cb58018 commit bacafb0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ It’s open source java platform, comprising of core features like Dependency in
2121
# 1) Spring core module
2222
Core 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

0 commit comments

Comments
 (0)