Example application using ArangoDB Java driver integrated with:
Start a local database:
SSL=true ./docker/start_db.sh
mvn test
mvn test -Dshaded
mvn package -Dpackaging=native-image
./target/demo
curl -X GET http://localhost:8080/version
curl -X GET http://localhost:8080/order
mvn package -Dpackaging=native-image -Dshaded
./target/demo
curl -X GET http://localhost:8080/version
curl -X GET http://localhost:8080/order