BacksideServlet for the new TQElasticKnowledgeSystem, replaces BacksideServlet
Use docker to build and boot.
docker-compose up --build
The BacksideServletKS api will be available on port 8080 at your docker host's ip.
Use docker to run tests in an automatically-provisioned environment.
docker-compose build --no-cache && docker-compose run web mvn clean test -Dgpg.skip=true
Automatically download dependencies and build this project.
mvn clean install -DskipTests