告警内容为
2023-01-28 21:49:45.148 WARN [post-svr,,] 60625 --- [ main] o.s.data.convert.CustomConversions : 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
报错原因可以参考 GitHub
看一下依赖树就能发现根本原因是 eureka-client
引入了 netflix-infix:joda-time
,导致类型转换器不兼容,但是 eureka 的这个依赖不知道做什么用的,也不敢乱排除,所以这个 WARN 不用 netflix-infix:joda-time
是没有任何影响的,WARNING 看着真烦