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

原因是在xml中配置的

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

 

 jdbcType中有小写字母

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-03-08
  • 2021-05-22
  • 2021-05-02
  • 2022-12-23
  • 2021-08-31
相关资源
相似解决方案