Error attempting to get column 'start_time' from result set. Cause: java.sql.SQLFeatureNotSupportedException
entity实体类对应属性为LocalDateTime,mybatis不支持LocalDateTime,可以把属性改为date。
或者把druid版本升级到1.1.21
entity实体类对应属性为LocalDateTime,mybatis不支持LocalDateTime,可以把属性改为date。
或者把druid版本升级到1.1.21