use of com.couchbase.client.java.env.CouchbaseEnvironment in project tutorials by eugenp.
the class ClusterServiceImpl method init.
@PostConstruct
private void init() {
CouchbaseEnvironment env = DefaultCouchbaseEnvironment.create();
cluster = CouchbaseCluster.create(env, "localhost");
}
Aggregations