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 March 3, 2021: docs(site): update docs for 0.9.x (ca3e155b)