mybatis-plus使用jdk8的LocalDateTime nested exception is java.sql.SQLFeatureNotSupportedException解决方案

 

mybatisplus 3.2.0版本需要配合这

mybatis-3.5.1.jar

mybatis-plus-3.1.2.jar

mybatis-plus-boot-starter-3.1.2.jar

mybatis-spring-2.0.1.jar

mysql-connector-java-8.0.16.jar

 

升级这个jar包到1.1.21版本即可解决

druid-spring-boot-starter-1.1.21.jar

 

你可能感兴趣的:(springboot,技术)