[Spring] - 다른 패키지의 컨트롤러 역할 명시하기
Spring2018. 7. 11. 16:53
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
○ 다른 패키지의 컨트롤러 역할 명시하기 |
컨트롤러 역할을 하려면, 해당 패키지 자바 파일에 @Controller를 명시해줘야하고 servlet-context.xml(스프링 설정 파일)에 <context:component-scan>에 패키지를 추가해야한다 참조 : https://www.youtube.com/watch?time_continue=1806&v=6P9C3myUsrw (Seoul Wiz) |
'Spring' 카테고리의 다른 글
[Spring] - resources 이미지 폴더와 servlet-context 맵핑 (0) | 2018.07.11 |
---|---|
[Spring] - 컨트롤러와 뷰 흐름 이동 확인하기 (0) | 2018.07.11 |
[Spring] - 프로젝트 생성 및 폴더 구조 살펴보기 (0) | 2018.07.11 |
[Spring] - AOP(Aspect Oriented Programming) (4) : Pointcut 범위 표현 (0) | 2018.07.10 |
[Spring] - AOP(Aspect Oriented Programming) (3) : @Aspect로 AOP 구현 (0) | 2018.07.10 |
댓글()