📄️ Introduction to Spring Core
Spring Core is the heart of entire Spring. It contains some base framework classes, principles and mechanisms.
📄️ Introduction to Inversion of Control(IoC) & Dependency Injection(DI)
- Inversion of Control (loC) is a Software Design Principle, independent of language, which does not actually create the objects but describes the way in which object is being created.
📄️ Introduction to Spring Beans, Context, SpEL
- Any normal Java class that is instantiated, assembled, and otherwise managed by a Spring loC container is called Spring Bean.
📄️ Introduction to Spring IoC Container
Spring loC Container