Spring IoC
2024. 11. 15. 09:24ㆍSpring Framework/Spring IoC
Spring의 IoC(Inverse of Control) 컨테이너에 대해 다룹니다.
Section Summary
- Introduction to the Spring IoC Container and Beans
- Container Overview
- Bean Overview
- Dependencies
- Bean Scopes
- Customizing the Nature of a Bean
- Bean Definition Inheritance
- Container Extension Points
- Annotation-based Container Configuration
- Classpath Scanning and Managed Components
- Using JSR 330 Standard Annotations
- Java-based Container Configuration
- Environment Abstraction
- Registering a LoadTimeWeaver
- Additional Capabilities of the ApplicationContext
- The BeanFactory API
Introduction to the Spring IoC Container and Beans, Container Overview
📌 Spring IoC 컨테이너와 Bean 개요 정리🔹 Spring IoC 컨테이너와 Bean 개념Spring 프레임워크는 Inversion of Control(IoC) 원칙을 기반으로 동작하며, Dependency Injection(DI) 를 통해 객체 간의 의존성을 관리합
sundaland.tistory.com
Introduction to the Spring IoC Container and Beans, Container Overview
📌 Spring IoC 컨테이너와 Bean 개요 정리🔹 Spring IoC 컨테이너와 Bean 개념Spring 프레임워크는 Inversion of Control(IoC) 원칙을 기반으로 동작하며, Dependency Injection(DI) 를 통해 객체 간의 의존성을 관리합
sundaland.tistory.com
'Spring Framework > Spring IoC' 카테고리의 다른 글
엔터프라이즈 관련 기능 (1) | 2025.01.16 |
---|---|
Service Locator Pattern (1) | 2025.01.16 |
The BeanFactory API (0) | 2024.11.15 |
Additional Capabilities of the ApplicationContext (0) | 2024.11.15 |
Registering a LoadTimeWeaver (0) | 2024.11.15 |