Making basic inserts with mapping work.

This commit is contained in:
Michael Nitschinger
2012-12-31 13:51:49 +01:00
parent 92c56ac8f9
commit a7f8eb5fbe
12 changed files with 344 additions and 18 deletions

View File

@@ -23,7 +23,7 @@
package com.couchbase.spring.cache;
import com.couchbase.client.CouchbaseClient;
import com.couchbase.spring.config.TestApplicationConfig;
import com.couchbase.spring.TestApplicationConfig;
import static org.junit.Assert.*;
import org.junit.Test;
import org.junit.runner.RunWith;