docker-compose --file docker/docker-compose-base.yml --project-name="spring-boot-open-telemetry-demo" up -d
./gradlew spring-boot-2-demo-app:bootRun
./gradlew spring-boot-3-demo-app:bootRun
curl http://localhost:8090/current-time
curl http://localhost:8080/current-time
./gradlew dockerBuildImage
docker-compose --file docker/docker-compose-full.yml --project-name="spring-boot-open-telemetry-demo" up -d
docker-compose --project-name="spring-boot-open-telemetry-demo" down