Simple UI to manipulate Couchbase documents and indexes.
The following were used in the creation of this project:
https://github.com/codesqueak/jackson-json-crypto
If you like this, please email [email protected] to let us know! And, if you really want to be nice, you can PayPal a donation, but it's not expected. Better yet, let us know you've made a donation to a food bank.
Build: mvn install Run: java -jar target/CouchbaseUI-x.y.z-SNAPSHOT-shade.jar
Developer Notes: Earlier there were problems with making the build work properly with Java 11 and lambdas with the ideauidesigner-maven-plugin. This has been resolved by setting the IntelliJ GUI designer to output Java source code instead of Binary class files.