org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [applicationContext.xml]: Initialization of bean failed; nested exception is java.lang.reflect.MalformedParameterizedTypeException
原來是spring版本的問題,MyBatis-Spring只能在spring3.0版本上使用,如果用spring3.0以下版本就會出現該問題,建議將spring升級為3.0或改用ibatis2.0!