Package ch.mobi.mobitor.service.config
Class MobitorApplicationConfiguration
java.lang.Object
ch.mobi.mobitor.service.config.MobitorApplicationConfiguration
@Component
@ConfigurationProperties(prefix="mobitor")
public class MobitorApplicationConfiguration
extends Object
-
Constructor Summary
ConstructorsConstructorDescriptionMobitorApplicationConfiguration(org.springframework.core.env.Environment environment) -
Method Summary
Modifier and TypeMethodDescriptionch.mobi.mobitor.config.EnvironmentNetworkvoidvoidsetNetwork(ch.mobi.mobitor.config.EnvironmentNetwork network) voidsetVersion(String version)
-
Constructor Details
-
MobitorApplicationConfiguration
@Autowired public MobitorApplicationConfiguration(org.springframework.core.env.Environment environment)
-
-
Method Details
-
getVersion
-
setVersion
-
getNetwork
public ch.mobi.mobitor.config.EnvironmentNetwork getNetwork() -
setNetwork
public void setNetwork(ch.mobi.mobitor.config.EnvironmentNetwork network) -
logValues
@PostConstruct public void logValues() -
getActiveProfiles
-
getSpringBootVersion
-