mybatis配置的jdbaType类型要是大写的,否则就会出现此种异常

原因是在xml中配置的

java.lang.IllegalArgumentException: No enum constant org.apache.ibatis.type.JdbcType.Integer

 

 jdbcType中有小写字母

相关文章: