原文:Error attempting to get column 'start_time' from result set. Cause: java.sql.SQLFeatureNotSupportedException

entity实体类对应属性为LocalDateTime,mybatis不支持LocalDateTime,可以把属性改为date。 或者把druid版本升级到 . . ...

2022-04-02 11:12 0 2150 推荐指数:

查看详情

Error attempting to get column from result set

当使用mybatis plus3.2.0+springboot2.1.1 报错 Error attempting to get column from result set 1.一般出现这种问题,最简单的错误可能是因为数据库的字段类型和实体类的类型不一致 2.但我不是,我是因为在实体类里面使用 ...

Wed May 12 21:44:00 CST 2021 1 5582
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM