【发布时间】:2021-02-28 11:56:43
【问题描述】:
spring boot启动时如何避免与org.springframework.data.geo.Point相关的CustomConversions警告
2020-11-17 13:04:32.850 WARN 42991 --- [ main] o.s.data.convert.CustomConversions : Registering converter from interface java.util.Map to class org.springframework.data.geo.Point 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.
【问题讨论】:
标签: spring-boot spring-data-jpa