-
-
Notifications
You must be signed in to change notification settings - Fork 33
Actuator
Jose Morales edited this page Aug 10, 2024
·
4 revisions
https://vetlog.org/actuator/health
Expected output:
{
"status": "UP"
}
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