I am trying to retrieve a json document stored in counchbase using spring data repository however I get the following error "No converter found capable of converting from type [java.lang.String] to type [java.time.LocalDateTime]. My application is a spring boot micro service. Whats the best way to handle conversion of LocalDateTime while using Spring boot + data ?
I am also facing similar error while saving document in couchbase -
org.springframework.core.convert.ConverterNotFoundException: No converter found capable of converting from type [java.util.Date] to type [java.lang.Long]
I am using Spring boot 1.5.10 release.
Getting this error when saving local time in couch db, any help/update is appreciated.