콘솔 창을 살펴보자..
심각: 경로 [/sts]의 컨텍스트 내의 서블릿 [appServlet]을(를) 위한 Servlet.service() 호출이, 근본 원인(root cause)과 함께, 예외 [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 'id' in 'class java.lang.String']을(를) 발생시켰습니다.
결론적으로 xml의 반환 타입과 DAO의 반환 타입이 맞지 않았기 때문이였다....ㅎ
수정된 코드
왼쪽은 DAO | 오른쪽은 member.xml