@Component, @Autowired @Component해당 클래스에 해당하는 객체를 클래스 메모리에 로딩한다. @Autowired로딩된 객체를 해당 변수에 집어 넣는다. Annotation주석 + 힌트 [ STUDY ]/Spring Boot 2024.11.28