Spring Legacy Project 생성 : SpringPrameter > Spring MVC Project 생성 VO 생성 : vo패키지에 PersonVO 생성 servlet-context.xml : servlet-context.xml 파일의 자동 생성 경로 주석처리 자동 생성된 서블렛 경로 정보로 /views/ 이후가 경로가 된다 다만 경로가 많아지는 경우 경로들만 관리하는 클래스를 만들어 관리하는 것이 더 편리해져서 이 경우 사용하지 않게 된다 controller에 이동 경로 생성 : controller에 VIEWPATH로 insertForm으로 이동 경로 설정 package com.increpas.param; import org.springframework.stereotype.Controlle..