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
AnInfoContributor
that exposes the list of active spring profiles.
-
-
Constructor Summary
Constructors Constructor Description ActiveProfilesInfoContributor(org.springframework.core.env.ConfigurableEnvironment environment)
Constructor for ActiveProfilesInfoContributor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
contribute(org.springframework.boot.actuate.info.Info.Builder builder)
-