# 조립의 세 경로 # Question: 빈은 어느 경로로 컨텍스트에 들어오는가? direction: right n0: "컴포넌트 스캔" { shape: rectangle } n1: ".imports" { shape: rectangle } n2: "빈 등록 경로" { shape: rectangle } n3: "스프링 컨텍스트" { shape: rectangle } n4: "기동 확장 지점" { shape: rectangle } n5: "spring.factories" { shape: rectangle } n0 -> n2: "스캔 등록" n1 -> n2: "자동설정 등록" n2 -> n3: "빈 편입" n3 -> n4: "기동 훅 요구" n5 -> n4: "훅 제공"