Is Mybatis supported with Spring 4.x?
问题 I tried mybatis-spring 1.2.2 with mybatis 3.2.5 and Spring version 4.1.0.Release and it appears like it is not supported. mybatis-spring 1.2.2 spring contains org.springframework.core.MethodParameter class however, getContainingClass() is not present. I am getting the exception: java.lang.NoSuchMethodError: org.springframework.core.MethodParameter.getContainingClass() Any idea is I could use Mybatis with Spring 4x at all? (even ibatis seems to be unsupported) 回答1: Looking in the pom.xml of