0
点赞
收藏
分享

微信扫一扫

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


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:_html_03

 

 

 

举报

相关推荐

0 条评论