参考文档:
1.https://blog.csdn.net/fishernemo/article/details/27649233
2.http://helgaxu.iteye.com/blog/2103534
两种解决方法:
1)在mybatis的sql语句实现XML中,添加jdbcTpye的类型,注意VARCHAR2不支持,会报错,如下图:
但该方法比较繁琐,需要对每个字段都添加。
2)直接在mybatis的配置文件中添加,该方法还没有试: