Package tech.jhipster.config.info
Class ActiveProfilesInfoContributor
java.lang.Object
tech.jhipster.config.info.ActiveProfilesInfoContributor
- All Implemented Interfaces:
org.springframework.boot.actuate.info.InfoContributor
public class ActiveProfilesInfoContributor
extends Object
implements org.springframework.boot.actuate.info.InfoContributor
An
InfoContributor that exposes the list of active spring profiles.-
Constructor Summary
ConstructorsConstructorDescriptionActiveProfilesInfoContributor(org.springframework.core.env.ConfigurableEnvironment environment) Constructor for ActiveProfilesInfoContributor. -
Method Summary
Modifier and TypeMethodDescriptionvoidcontribute(org.springframework.boot.actuate.info.Info.Builder builder)
-
Constructor Details
-
ActiveProfilesInfoContributor
public ActiveProfilesInfoContributor(org.springframework.core.env.ConfigurableEnvironment environment) Constructor for ActiveProfilesInfoContributor.
- Parameters:
environment- aConfigurableEnvironmentobject.
-
-
Method Details
-
contribute
public void contribute(org.springframework.boot.actuate.info.Info.Builder builder) - Specified by:
contributein interfaceorg.springframework.boot.actuate.info.InfoContributor
-