Spring Boot application to explore the MarkLogic Data Hub JOBS database and run flows.
- Create a new properties file for your environment, e.g.
src/main/resources/application-local.properties. - Create the war file using
gradlew bootWar. - Run the application with
java -jar -Dspring.profiles.active=local build\libs\marklogic-data-hub-job-explorer-1.0.0.war(make sure you use the environment name from step 1.) - Access the UI at
http://localhost:8090/jobs