The C84J SDK for Java simplifies use of GDN Services by providing a set of libraries that are consistent and familiar for Java developers. It provides support for API lifecycle consideration such as authentication, JWT rotation, data marshaling, and serialization.
mvn clean install -Dmaven.javadoc.skip=true -B
- Configure
c8db.properties
file. - Set desired fabric in
BaseTest
class inTEST_DB
property. - Run command for all tests
mvn test -DskipTests=false
or for selected:
mvn test -Dtest=C8CollectionStrongConsistencyTest,C8KVStrongConsistencyTest -DskipTests=false