Spring의 Bean 관련 annotation @Bean, @Component, @Configuration, @Service, @Controller, @Repository
Spring의 Bean 관련 annotation @Bean, @Component, @Configuration, @Service, @Controller, @Repository 목차 1. annotation이란? java @ 2. Spring Bean과 @Bean 3. @Component 4. @Configuration, @Controller, @Service, @Repository 1. annotation이란? java @ annotation을 구글에서 검색해보면 뜻이 "주석" 이란 뜻으로 나옵니다. 그러나, 프로그래밍에서 일반적으로 쓰이는 주석과는 다릅니다. 무엇인가를 설명하기 위한 주석( /* */ 나 //)은 영어로는 comment(코멘트)라고 합니다. 자바에서의 annotation(어노테이션)은 주..
2023. 5. 21.