com.aol.micro.server.couchbase.CouchbasePlugin Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of micro-couchbase Show documentation
Show all versions of micro-couchbase Show documentation
Opinionated rest microservices
package com.aol.micro.server.couchbase;
import java.util.Arrays;
import java.util.HashSet;
import java.util.Set;
import com.aol.micro.server.Plugin;
import com.aol.micro.server.couchbase.distributed.locking.DistributedLockServiceConfiguration;
public class CouchbasePlugin implements Plugin {
public Set springClasses() {
return new HashSet<>(Arrays.asList(ConfigureCouchbase.class, SimpleCouchbaseClient.class, DistributedLockServiceConfiguration.class));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy