annotation1 [Annotation] 스프링 3계층 Annotation 적용 더보기 💡 스프링 Annotation @Component, @Autowired ⇨ 앞에 '@'를 붙여 선언하면 스프링이 처리 스프림 3계층 Annotation은 모두 @Component @Controller, @RestController @Service @Repository @Repository 간단 설명 JpaRepository**를 상속받는 interface 로 선언 스프링 Data JPA 에 의해 자동으로 @Repository 가 추가됨 아래 @Repository 역할 대부분을 자동으로 수행해 줌 2022. 10. 8. 이전 1 다음