> 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/component.md).

# SpringComponents

스프링 프레임워크의 컴포넌트 관련 개념을 정리한 디렉토리입니다.

## 목차

* [Component Scan](/sinheeseop_til/spring/core/component/component_scan.md) - 스프링의 컴포넌트 스캔 메커니즘

## 주요 개념

* 스프링 빈 등록 방식
* 컴포넌트 스캔
* 의존관계 자동 주입
* 다양한 컴포넌트 애노테이션
* 스캔 대상 필터링

## 학습 목표

* 스프링 프레임워크의 자동 빈 등록 이해
* 효율적인 의존관계 관리 방법 습득
* 컴포넌트 스캔의 최적화와 관리 방법 학습
