Run below command to compile and build the docker images with Paketo buildpacks.
mvn spring-boot:build-image
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.