DATACOUCH-595 - Add cas to replace options if present on entity.

This commit is contained in:
mikereiche
2020-10-12 13:49:42 -07:00
parent 2b62059550
commit 59b6091f06
2 changed files with 3 additions and 2 deletions

View File

@@ -32,6 +32,7 @@ import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
import org.springframework.dao.DataRetrievalFailureException;
import org.springframework.dao.DataIntegrityViolationException;;
import org.springframework.dao.DuplicateKeyException;
import org.springframework.data.couchbase.CouchbaseClientFactory;

View File

@@ -2,7 +2,7 @@
# If set to false, it is assumed that the host is managing the cluster and
# as a result no containers or anything will be spun up.
# Options: containerized, mocked, unmanaged
cluster.type=mocked
cluster.type=unmanaged
# Default configs for both cases
cluster.adminUsername=Administrator
cluster.adminPassword=password
@@ -12,4 +12,4 @@ cluster.mocked.numReplicas=1
# Entry point configuration if not managed
# value of hostname and ns_server port
cluster.unmanaged.seed=127.0.0.1:8091
cluster.unmanaged.numReplicas=0
cluster.unmanaged.numReplicas=0