Skip to content

monkey-codes/spring-boot-restful

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-restful

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published