유블로그

spring mvc 구조 프로젝트 에서 spring ajax 프로젝트로 바꾸기 본문

Spring

spring mvc 구조 프로젝트 에서 spring ajax 프로젝트로 바꾸기

yujeong kang 2020. 10. 28. 14:34

ajax : 백엔드에서 프론트엔드에게 데이터 전송할 때 ajax 방식 사용

 

spring mvc 구조 프로젝트 에서 spring ajax 프로젝트로 바꾸기

 

1.  src/main/java 에 있는 java 코드 다 옮기기

2.  src/main/resource 에 mapper 폴더 옮기기

3. 

4. view 폴더를 webapp !! 밑에 넣기

5. root-context.xml, servlet-context.xml, web.xml 복사

6. index.jsp 를 index.html 로 바꾸기

 

+ homecontroller 같은 거 남아있는 지 확인해라~