Mybatis异常--java.lang.IllegalArgumentException: NO ENUM const class org.apache.ibatis.type.JdbcType.i

Posted 岚者小轩

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mybatis异常--java.lang.IllegalArgumentException: NO ENUM const class org.apache.ibatis.type.JdbcType.i相关的知识,希望对你有一定的参考价值。

今天下午写代码时发现一直报错,找了半天都没找到错误原因。

最后才发现原来是XML配置错误,但是Mybatis不识别int的。

上Mybatis官网翻了翻才发现原来Mybatis的JdbcType全是大写,而且没有INT,只有INTEGER

 

以后注意,不能再写串了(╯‵□′)╯︵┻━┻

 

好像oracle也有一些类型和Mybatis上定义的不一样,下次出了问题记得去查一下Mybatis中是怎样定义的了

以上是关于Mybatis异常--java.lang.IllegalArgumentException: NO ENUM const class org.apache.ibatis.type.JdbcType.i的主要内容,如果未能解决你的问题,请参考以下文章

Java 阻塞和同步队列

Tomcat 之战 - Spring Vaadin 应用程序

IllegalArgumentException: requirement failed: Corrupt index found

将 MutationGroup 流式传输到 Spanner

Spring Boot 版本从 1.5.8 更改为 2.0.0

Spring Boot 版本从 1.5.8 更改为 2.0.0