当前位置: 代码迷 >> 综合 >> mybaits-plus+druid 使用 LocalDateTime 出现nested exception is java.sql.SQLFeatureNotSupportedException
  详细解决方案

mybaits-plus+druid 使用 LocalDateTime 出现nested exception is java.sql.SQLFeatureNotSupportedException

热度:39   发布时间:2023-12-17 21:39:18.0

mybaits-plus+druid 使用 LocalDateTime 出现nested exception is java.sql.SQLFeatureNotSupportedException

解决方案一(推荐)

目前druid已经修复了这个问题并提交了新版本,最优直接选择升级druid 至 1.1.21 或以上

releases 版本地址 https://github.com/alibaba/druid/releases/tag/1.1.21

解决方案二

在druid 的GitHub中有关于这个异常的issues https://github.com/alibaba/druid/issues/3302

可以将mybatis版本降级到3.5.0或以下可以解决这个异常(目前druid已经修复)

解决方案三

手动修改LocalDateTime类型为Date类型,一样可以解决问题,但感觉这不是咱们想要的

  相关解决方案