Spring health check example is an example that demonstrates the use of spring boot actuator in a spring boot micro-service with a custom health check
To get a local copy up and running follow these simple example steps.
This section will describe requirements needed to satisfy the installation or running of the project.
- Java 1.8
- Maven
- Intellij
git clone https://github.com/Tanevski3/spring-health-check-example.git
cd ./spring-health-check-example
mvn clean install
- Run
mvn test
For contact, you can reach me at marjantanevski@outlook.com.
MIT © Marjan Tanevski