Info
Endpoints for retrieving information about the application.
Endpoints for retrieving information about the application.
Base URL: /info
GET /info
Returns the information about the application.
Example Request
GET /info
Host: localhost:8080
Example Response
{
app: {
java: {
version: "11.0.1"
},
name: "azkarra-quickstart-java",
description: "Simple Azkarra Streams project",
encoding: "UTF-8",
version: "{{ site.current_version }}"
}
}
Last modified June 17, 2020: docs(site): add configuraiton about StreamThreadExceptionHandler (647c78b9)