1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > It was either not specified and/or could not be found for the javaType (java.time.LocalDateTime)

It was either not specified and/or could not be found for the javaType (java.time.LocalDateTime)

时间:2022-11-06 19:05:05

相关推荐

It was either not specified and/or could not be found for the javaType (java.time.LocalDateTime)

总所周知,localdatetime是jdk8 推出的关于日期计算非常方便地一个类,一旦开始用上就欲罢不能。但是在使用的时候,坑还是蛮多的。

一、mybatis与LocalDatetime

如果直接将实体里面所有的Date类型换成LocalDatetime之后,运行程序是会报异常的。此时,可以加入以下依赖:

<dependency><groupId>org.mybatis</groupId><artifactId>mybatis-typehandlers-jsr310</artifactId><version>1.0.2</version></dependency>

在mybatis3,.4以上,加入该依赖即可生效。mapper等跟之前一样无需修改。

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。