Java8 对时间的支持

对于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

猜你喜欢

转载自www.cnblogs.com/eason-d/p/12765363.html
今日推荐