Define and expose healthchecks and key informations about your running apps.
GET /actuator/health
{
"status": "UP",
"components": {
"abstract-postgres": {
"status": "UP"
},
"simple-postgres": {
"status": "UP"
}
}
}
GET /actuator/health
{
"status": "UP",
"components": {
"abstract-postgres": {
"status": "UP"
},
"simple-postgres": {
"status": "UP"
}
}
}