We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea53c8 commit 51ca98aCopy full SHA for 51ca98a
src/main/java/org/springframework/data/couchbase/core/CouchbaseTemplate.java
@@ -21,6 +21,8 @@
21
import org.springframework.context.ApplicationContextAware;
22
import org.springframework.data.couchbase.CouchbaseClientFactory;
23
import org.springframework.data.couchbase.core.convert.CouchbaseConverter;
24
+import org.springframework.data.couchbase.core.convert.translation.JacksonTranslationService;
25
+import org.springframework.data.couchbase.core.convert.translation.TranslationService;
26
27
import com.couchbase.client.java.Collection;
28
0 commit comments