/Jackrabbit-Database-Decoder

An small tool for looking into Jackrabbit repository database. With this tool you can view What (and how) data has been store in Database.

Primary LanguageJavaScript

USAGE

Step 1: Clone the repository.

Step 2: Modify "src/main/resources/application.properties" file so that it is pointing to the database you want to debug.

Step 3: Build and run the project via

mvn clean package spring-boot:run

Step 4: Open up a browser and navigate to http://localhost:9090