holds all available users
run
mvn clean package
docker build -t availabilityservice:beta .
or simply type
sh build.sh
run
docker run -d --rm -p "8080:8080" -v routing_availabilityservice:/persistence availabilityservice:beta
or simple type
sh run.sh
run
curl -G http://localhost:8080/api/v1/users
the response should look like this:
[]
- make sure to have a running keycloak instance in the docker network which is accessable under the dns name 'keycloak'
- export keycloak.json and replace it with the existing one under /resources/webapp/WEB-INF
- uncomment security section in /resources/project-defaults.yml