SpringBoot + MongoDB 的项目启动后,发生了如下的警告,但是项目代码中没有使用LocalDateTime的,虽然不影响项目的运行,但是看着不是很爽。。, 所以来请教下,有知道这个警告是什么原因导致的呢?
错误信息(Registering converter from class java.time.LocalDateTime to class org.joda.time.LocalDateTime as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.)
解决了吗
搜一下LocalDateTime,找一下项目里面是不是哪里导包导错了