Skip to content
Jose Morales edited this page Jan 7, 2025 · 1 revision

Health endpoint

https://jmailer.josdem.io/actuator/health

Expected output:

{
  "status": "UP"
}

Info endpoint

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
Clone this wiki locally