月光心事 2021-06-22 14:10 采纳率: 100%
浏览 872
已采纳

shardingshpere+mybatis项目不支持LocalDateTime

版本:

shardingsphere  4.1.0(4.4.1)+mybatis-plus 3.3.1 druid 1.1.19(至1.1.23)

Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.dao.InvalidDataAccessApiUsageException: Error attempting to get column 'create_time' from result set.  Cause: java.sql.SQLFeatureNotSupportedException: getObject with type
; getObject with type; nested exception is java.sql.SQLFeatureNotSupportedException: getObject with type] with root cause

java.sql.SQLFeatureNotSupportedException: getObject with type
    at org.apache.shardingsphere.shardingjdbc.jdbc.unsupported.AbstractUnsupportedOperationResultSet.getObject(AbstractUnsupportedOperationResultSet.java:221) ~[sharding-jdbc-core-4.1.1.jar:4.1.1]
    at org.apache.ibatis.type.LocalDateTimeTypeHandler.getNullableResult(LocalDateTimeTypeHandler.java:38) ~[mybatis-3.5.3.jar:3.5.3]

 

 

错误原因:

数据库字段create_time 对应实体类型 LocalDateTime(java 8)

网上好多说是由于连接池druid版本连接池导致,但我换到1.1.23还是不可以;

后来更换连接池为HikariCP,但还是不支持这个时间类型;

只有降低mybatis-plus 为3.1.0 可以;

但项目中mybatis是不允许降版本的,有解决办法的大佬不?


 
  • 写回答

2条回答 默认 最新

  • 月光心事 2021-06-28 14:18
    关注
    后来通过BaseTypeHandler解决,最好还是通过修改jar
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥100 微信小程序跑脚本授权的问题
  • ¥100 房产抖音小程序苹果搜不到安卓可以付费悬赏
  • ¥15 STM32串口接收问题
  • ¥15 腾讯IOA系统怎么在文件夹里修改办公网络的连接
  • ¥15 filenotfounderror:文件是存在的,权限也给了,但还一直报错
  • ¥15 MATLAB和mosek的求解问题
  • ¥20 修改中兴光猫sn的时候提示失败
  • ¥15 java大作业爬取网页
  • ¥15 怎么获取欧易的btc永续合约和交割合约的5m级的历史数据用来回测套利策略?
  • ¥15 有没有办法利用libusb读取usb设备数据