spring-boot-restful
September 8, 2023 ยท View on GitHub
The sample code that accompanies the Boot Your RESTful API Using Spring and Actuator and Prometheus blog post.
Running the sample code
$ ./gradlew buildDocker
$ cd src/main/docker
$ docker volume create --name spring-boot-restful-data-mongo
$ docker volume create --name spring-boot-restful-data-prometheus
$ docker volume create --name spring-boot-restful-data-grafana
$ docker volume create --name spring-boot-restful-data-logs
$ docker volume create --name spring-boot-restful-data-elasticsearch
$ docker-compose up