Run below command to compile and build the docker images with Paketo buildpacks. Ensure you have GraalVM Java SDK deployed.
mvn spring-boot:build-image -Pnative
Run below command to start Jaeger and the HTTP services.
docker-compose up
curl http://localhost:8080
Open Jaeger at http://localhost:16686
and check the traces.