Actuator - josdem/vetlog-spring-boot GitHub Wiki
Health endpoint
https://vetlog.org/actuator/health
Expected output:
{
"status": "UP"
}
Info endpoint
https://vetlog.org/actuator/info
Expected output:
{
"build": {
"artifact": "vetlog-spring-boot",
"name": "vetlog-spring-boot",
"time": "${timeStamp}",
"version": "${currentVersion}",
"group": "com.josdem.vetlog"
}
}
where:
${timeStamp}
is the building time${version}
is the latest version