![JAR search and dependency download from the Maven repository](/logo.png)
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 com.aol.cyclops.data.collections.extensions.persistent.PSetX;
import com.aol.micro.server.Plugin;
public class CouchbasePlugin implements Plugin {
public PSetX springClasses() {
return PSetX.of(ConfigureCouchbase.class);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy