holds all available users
run
mvn clean package
docker build -t availabilityservice:beta .or simply type
sh build.shrun
docker run -d --rm -p "8080:8080" -v routing_availabilityservice:/persistence availabilityservice:betaor simple type
sh run.shrun
curl -G http://localhost:8080/api/v1/usersthe 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