当前位置: 代码迷 >> 综合 >> org.apache.ibatis.type.TypeException: Could not resolve type alias ‘VARCHAR‘.报错的解决方法
  详细解决方案

org.apache.ibatis.type.TypeException: Could not resolve type alias ‘VARCHAR‘.报错的解决方法

热度:71   发布时间:2023-11-22 08:56:29.0

mybatis从数据库中查询信息时遇到以下报错:

原来是在xml文件中封装结果时,写错了类型名称:

这里应该是jdbcType,改成如下图所示:

 就可以正常运行出结果了。

  相关解决方案