//스프링 컨테이너 생성
ApplicationContext applicationContext =
new AnnotationConfigApplicationContext(AppConfig.class);
ApplicationContext가 스프링 컨테이너이다. 인터페이스이기도 하다.ctrl + alt + v → 변수 추출iter → for 문 만들기soutm → 메소드 출력ctrl + e → 이전 코드alt + enter → 수정사항, static importctrl + shift + t → create testctrl + n → 검색창 열기