Operations Basics / Version 2301
Table Of ContentsThe info endpoint exposes arbitrary application info. For CoreMedia applications, it exposes build information and the
servlet container’s name and version. If the dev
or local
spring profile is active, it also exposes basic information
about the application’s dependencies.
The info endpoint can be enriched with custom data by adding beans implementing
org.springframework.boot.actuate.info.InfoContributor
.