由于mybatis版本问题
报错信息无效列类型
解决办法oracle中使用TIMESTAMP类型,java实体使用LocalDateTime,
org.mybatis mybatis-typehandlers-jsr310 1.0.2 org.mybatis.spring.boot mybatis-spring-boot-starter 2.0.0
添加mybatis-config.xml
重启项目即可解决

由于mybatis版本问题
报错信息无效列类型
解决办法oracle中使用TIMESTAMP类型,java实体使用LocalDateTime,
org.mybatis mybatis-typehandlers-jsr310 1.0.2 org.mybatis.spring.boot mybatis-spring-boot-starter 2.0.0
添加mybatis-config.xml
重启项目即可解决