./mvnw quarkus:dev
curl -H "Content-Type: application/json" -d '{"name":"Test"}' -X PUT "http://localhost:8080/persons/2c426b89-c102-45ad-8527-07cbbeb0a243"
curl "http://localhost:8080/persons"
docker build -f docker/Dockerfile.native -t blaze-persistence-quarkus-test .