> For the complete documentation index, see [llms.txt](https://byulseop-til.gitbook.io/sinheeseop_til/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://byulseop-til.gitbook.io/sinheeseop_til/spring/core/container.md).

# SpringContainer

스프링 컨테이너는 스프링 프레임워크의 핵심 컴포넌트입니다. 이 디렉토리에서는 스프링 컨테이너와 관련된 다양한 개념들을 다룹니다.

## 목차

1. [싱글톤 컨테이너](/sinheeseop_til/spring/core/container/singleton_container.md)
   * 싱글톤 패턴의 이해
   * 스프링의 싱글톤 컨테이너 구현
   * 실제 사용 사례와 주의점

## 주요 개념

* IoC (Inversion of Control)
* DI (Dependency Injection)
* Bean Lifecycle
* Scope
* Configuration

## 학습 포인트

* 컨테이너의 역할과 책임
* 빈 등록과 관리 방식
* 의존성 주입의 다양한 방법
* 컨테이너 설정과 최적화
