스테레오 어노테이션(Stereotype Annotation)
1. 클래스에 붙이는 것
2. 스프링에 의해 관리될 것임을 명시
종류 |
설명 |
@Component |
특정 타입을 정하기 힘들 때 |
@Service |
Service |
@Repository |
DB |
@Aspect |
|
@Controller |
Controller |
web.xml에서 빈 스캐너 등록
1 2 | <context:component-scan base-package="com.tistory.board" /> | cs |
'Develop > Spring' 카테고리의 다른 글
의존 관계 자동 주입 (0) | 2018.09.30 |
---|---|
target폴더 (0) | 2018.09.30 |
[2-2.영속계층, 비즈니스계층]BoardService/BoardServiceImpl의 설정 (0) | 2018.08.23 |
[오류]The reference to entity "characterEncoding" must end with the ';' delemiter (0) | 2018.08.19 |
[오류]Injection of autowired dependencies failed (0) | 2018.08.19 |
댓글