对于Mybatis 3.4版本以上新增如下依赖
<dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis-typehandlers-jsr310</artifactId> <version>1.0.2</version> </dependency>
参考网址:
https://www.jianshu.com/p/a1d11b04e92d