콘솔 창의 오류 메세지를 살펴 보자..
Request processing failed;
nested exception is org.mybatis.spring.MyBatisSystemException:
nested exception is org.apache.ibatis.reflection.ReflectionException:
There is no getter for property named 'zipnum' in 'class com.team6.sts.vo.MemberVO'
VO 객체의 멤버 변수에 설정해놓은 변수명과 쿼리문 안의 파라미터 명이 달라서 생긴 오류였다. n N ..ㅎ