context는 bean을 관리하는 bean-manager 객체로 프로젝트에 1개 이상 만들 수 있다.
src/main/resources 하위에 Spring Bean Configuration File 생성
1-1. next 버튼 클릭 후 context name space 체크, 버전 선택 필요 없음.
context.xml 파일에 하위 코드 작성
<context:component-scan base-package="com.kh.패키지명" />
base-package하위의 @Component 어노테이션 클래스를 빈으로 관리하는 설정