Uses of Package
org.springframework.boot.actuate.info
Packages that use org.springframework.boot.actuate.info
Package
Description
Auto-configuration for actuator Cloud Foundry concerns using WebFlux.
Auto-configuration for actuator Cloud Foundry concerns using Spring MVC.
Auto-configuration for actuator info concerns.
Classes for application info.
-
-
Classes in org.springframework.boot.actuate.info used by org.springframework.boot.actuate.autoconfigure.cloudfoundry.servletClassDescriptionContributes additional info details.
@Endpoint
to expose arbitrary application information. -
Classes in org.springframework.boot.actuate.info used by org.springframework.boot.actuate.autoconfigure.infoClassDescriptionAn
InfoContributor
that provides all environment entries prefixed with info.AnInfoContributor
that exposesGitProperties
.Contributes additional info details.@Endpoint
to expose arbitrary application information.Defines how properties should be exposed.AnInfoContributor
that exposesJavaInfo
.AnInfoContributor
that exposesOsInfo
. -
Classes in org.springframework.boot.actuate.info used by org.springframework.boot.actuate.infoClassDescriptionCarries information of the application.Builder for creating immutable
Info
instances.Contributes additional info details.A baseInfoContributor
to expose anInfoProperties
.Defines how properties should be exposed.