marjan3 / spring-health-check-example

An example that demonstrates the use of spring boot actuator in a spring boot micro-service with a custom health check

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring health check example

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

Getting started

To get a local copy up and running follow these simple example steps.

Prerequisites

This section will describe requirements needed to satisfy the installation or running of the project.

  • Java 1.8
  • Maven

Nice to have

  • Intellij

Build

  • git clone https://github.com/Tanevski3/spring-health-check-example.git
  • cd ./spring-health-check-example
  • mvn clean install

Test

  • Run mvn test

Contact

For contact, you can reach me at marjantanevski@outlook.com.

License

MIT © Marjan Tanevski

About

An example that demonstrates the use of spring boot actuator in a spring boot micro-service with a custom health check

License:The Unlicense


Languages

Language:Java 100.0%