Try setting a different JdbcTypeforthisparameter or a different jdbcTypeForNull configuration property. Cause: java.sql.SQLException: Invalid column type:1111 解决方案: 在yml文件中配置 mybatis-plus: configuration:jdbc-type-for-null: 'null'
Try setting a different JdbcType for this parameter or a different jdbcTypeForNull configuration property. Cause: java.sql.SQLException: Invalid column type: 1111 摘要:Mybatis-plus 连接Oracle数据库,更新插入操作报错,为空的字段不知道类型导致报错!!! 方法一 在字段上添加注解el = " 字段名, jdbcType=...