Commit a087dbc9 authored by Phillip Webb's avatar Phillip Webb

Add flyway and liquibase endpoint documentation

See gh-3434
parent 3995c16b
...@@ -85,6 +85,10 @@ The following endpoints are available: ...@@ -85,6 +85,10 @@ The following endpoints are available:
|Exposes properties from Spring's `ConfigurableEnvironment`. |Exposes properties from Spring's `ConfigurableEnvironment`.
|true |true
|`flyway`
|Shows any Flyway database migrations that have been applied.
|true
|`health` |`health`
|Shows application health information (when the application is secure, a simple '`status`' when accessed over an |Shows application health information (when the application is secure, a simple '`status`' when accessed over an
unauthenticated connection or full message details when authenticated). unauthenticated connection or full message details when authenticated).
...@@ -94,6 +98,10 @@ unauthenticated connection or full message details when authenticated). ...@@ -94,6 +98,10 @@ unauthenticated connection or full message details when authenticated).
|Displays arbitrary application info. |Displays arbitrary application info.
|false |false
|`liquibase`
|Shows any Liquibase database migrations that have been applied.
|true
|`logfile` |`logfile`
|Returns the contents of the logfile (if `logging.file` or `logging.path` properties have |Returns the contents of the logfile (if `logging.file` or `logging.path` properties have
been set). Only available via MVC. been set). Only available via MVC.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment