前言
最近使用ES,同步数据时报错
错误信息如下
Caused by: org.springframework.data.mapping.MappingException: Property ESSearchObj.createTime is annotated with FieldType.Date but has no DateFormat defined
at org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentProperty.initDateConverter(SimpleElasticsearchPersistentProperty.java:132)
at org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentProperty.<init>(SimpleElasticsearchPersistentProperty.java:91)
at org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchMappingContext.createPersistentProperty(SimpleElasticsearchMappingContext.java:58)
at org.springframework.data.