Spring boot 如何避免spring框架中的CustomConversions警告

Spring boot 如何避免spring框架中的CustomConversions警告,spring-boot,spring-data-jpa,Spring Boot,Spring Data Jpa,如何在spring启动时避免与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.springframewo

如何在spring启动时避免与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.
使用的答案,我用以下代码解决了我的问题:我添加了application.yml文件。你们可以把下面的代码写在文件中

logging:
pattern.dateformat: yyyy-MM-dd HH:mm:ss.SSS,Europe/Minsk
level:
root: INFO
org.springframework.data.convert.CustomConversions: ERROR
请检查url