Replace parameters with body in endpoints
-
add docker compose yml file to be able to easy istall MongoDB and RabbitMQ locally when needed to test with real components locally
-
fix end points for rules checking to take body instead of parameters. because sending json object to parameters with curl require the object to be encoded
-
add comment in application.properties that password for LDAP needs to be encoded in base64
-
change freestyle query to take a body instead of parameter. The reason is also sending JSON objects as parameters with curl is difficult.