??JDK1.8中新增加了时间日期API,功能很强大,但是如何在Mybaits中使用呢?今天我们就来介绍一下。
for maven
<dependency><groupId>org.mybatis</groupId><artifactId>mybatis-typehandlers-jsr310</artifactId><version>1.0.2</version>
</dependency>
for Gradle
compile("org.mybatis:mybatis-typehandlers-jsr310:1.0.2")
- MyBatis Type Handlers for JSR 310: Date and Time API