Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add spring actuator #51

Merged
merged 2 commits into from
Jul 2, 2021
Merged

Conversation

breedx-splk
Copy link
Contributor

This adds spring-boot-starter-actuator in order to provide health check and info routes.

Because spring-petclinic-rest is often used as a basic, representative test application, it is often helpful to have a health check to assist in automated deployment environments. Having a real health check route is preferred over just looking for 200 on a different REST endpoint or checking the swagger UI. Actuator fits the bill smoothly here!

I also made a note in the README about the two new helpful endpoints.

@vfedoriv
Copy link
Collaborator

vfedoriv commented Jul 2, 2021

@breedx-splk thank you.

@vfedoriv vfedoriv merged commit 7a68dc1 into spring-petclinic:master Jul 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants