org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.type.TypeException:_SQL

解决:

1 在SQL语句中使用#{name,jdbcType=VARCHAR} 指定JDBC类型

错误的:

org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.type.TypeException:_html_02

修改后的:

org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.type.TypeException:_bc_03