How to avoid CustomConversions warning related to org.springframework.data.geo.Point in spring boot startup
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.