开发时用到了mybatis+pgsql
<result column="description" property="description" jdbcType="LONGVARCHAR" />
的LONGVARCHAR改为VARCHAR。
原文链接:https://www.f2er.com/postgresql/195079.html开发时用到了mybatis+pgsql
<result column="description" property="description" jdbcType="LONGVARCHAR" />
的LONGVARCHAR改为VARCHAR。
原文链接:https://www.f2er.com/postgresql/195079.html