-
-
Notifications
You must be signed in to change notification settings - Fork 7
Actuator
Jose Morales edited this page Jan 7, 2025
·
1 revision
https://jmailer.josdem.io/actuator/health
Expected output:
{
"status": "UP"
}https://jmailer.josdem.io/actuator/info
Expected output:
{
"build": {
"artifact": "web",
"name": "web",
"time": "2025-01-07T11:31:35.352Z",
"version": "1.1.6",
"group": "com.josdem.jmailer"
}
}where:
-
${time}is the building time -
${version}is the deployed version