[Solved] mybatis plus Insert Error: mybatis plus Error setting null for parameter #1 with JdbcType OTHER

Record the error report generated when using mybatis plus once. The value inserted into the database has a null value, indicating that the invalid data type 1111:

mybatis plus Error setting null for parameter #1 with JdbcType OTHER 

The following configuration can be added to the settings in the property file:

​​mybatis-plus.configuration.jdbc-type-for-null=null

Read More: