标签:class jdb hand 地址 参考 targe handle global can
这主要是数据库中字段类型为LVARCHAR转换出现的问题,可以在mybatis-config.xml中添加如下配置:
<typeHandlers> <typeHandler handler="org.apache.ibatis.type.StringTypeHandler" jdbcType="LONGVARCHAR" javaType="string"/> </typeHandlers>
gbase整合mybatis出现: Cause: java.sql.SQLException: Can't convert to: binary stream
标签:class jdb hand 地址 参考 targe handle global can
原文地址:https://www.cnblogs.com/cq-yangzhou/p/11540038.html