This project uses Quarkus, the Supersonic Subatomic Java Framework.
If you want to learn more about Quarkus, please visit its website: https://quarkus.io/ .
docker run --name prometheus -d --network host prom/prometheus
docker exec -it prometheus vi /etc/prometheus/prometheus.yml
docker run --name grafana -d --network host grafana/grafana
./mvnw quarkus:dev