Unbean couchbaseObjectMapper(). (#1240)

Closes #1209.
This commit is contained in:
Michael Reiche
2021-09-23 09:20:04 -07:00
committed by GitHub
parent 4f4ee5bdf8
commit 37648c80d0

View File

@@ -301,7 +301,6 @@ public abstract class AbstractCouchbaseConfiguration {
* @return ObjectMapper
*/
@Bean
public ObjectMapper couchbaseObjectMapper() {
ObjectMapper mapper = new ObjectMapper();
mapper.configure(com.fasterxml.jackson.databind.DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false);