Mybatis 没有JdbcType ="INTEGER"只能大写,针对这类型

Caused by: java.lang.IllegalArgumentException: No enum constant org.apache.ibatis.type.JdbcType.inte

Caused by: java.lang.IllegalArgumentException: No enum constant org.apache.ibatis.type.JdbcType.integer
    at java.lang.Enum.valueOf(Enum.java:238)
    at org.apache.ibatis.type.JdbcType.valueOf(JdbcType.java:25)
    at org.apache.ibatis.builder.BaseBuilder.resolveJdbcType(BaseBuilder.java:71)
    ... 76 common frames omitted
Disconnected from the target VM, address: '127.0.0.1:63075', transport: 'socket'

转载于:https://my.oschina.net/mdxlcj/blog/1537536

相关文章:

  • 2022-01-27
  • 2021-08-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-15
  • 2022-12-23
  • 2021-07-20
猜你喜欢
  • 2022-12-23
  • 2022-03-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案