반응형
SampleController를 만들고 RequestMapping을 하면 web-inf/view 아래의 doA를 찾아야 하는데
아예 인식이 안된다
콘솔창에는 java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
maven dependencies 추가 & 서버 재실행
정상적으로 WEB-INF/views 를 인식함!
memberVO => json 데이터로 받기
컨트롤러 총 5가지
1. 주소 호출
2. return으로 호출하기
3. return(modelattribute, Model객체로 데이터 전달)
4. 페이지 이동 동작 : redirect로 페이지 이동(RedirectAttribute) - 일회성데이터(좋아요, 조회수)
5. responsBody : json 데이터
*tomcat - Web Modules 설정
* 사용하는 프로젝트가 여러개면 웹 모듈을 추가
path는 원하는 걸로 수정!
반응형
'STUDY > SPRING' 카테고리의 다른 글
Spring - 프레임워크 (0) | 2022.06.13 |
---|---|
Spring Legacy와 boot 차이점 (0) | 2022.06.13 |
spring -(view, Service, Controller) 이론 (0) | 2022.06.13 |
spring-회원정보 수정(MyBatis - DB연결 연습) (0) | 2022.06.09 |
spring-로그인(MyBatis - DB연결 연습) (0) | 2022.06.09 |