SpringBoot + MongoDB 的项目启动后,发生了LocalDateTime相关的警告?

问题遇到的现象和发生背景

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.)

运行结果及报错内容

img

我的解答思路和尝试过的方法
我想要达到的结果

解决了吗

搜一下LocalDateTime,找一下项目里面是不是哪里导包导错了