Package edu.ucsb.cs156.frontiers.startup
Class AzureProfileEnabler
java.lang.Object
edu.ucsb.cs156.frontiers.startup.AzureProfileEnabler
- All Implemented Interfaces:
org.springframework.boot.env.EnvironmentPostProcessor
@Order(2147483647)
public class AzureProfileEnabler
extends Object
implements org.springframework.boot.env.EnvironmentPostProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
postProcessEnvironment
(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)
-
Constructor Details
-
AzureProfileEnabler
public AzureProfileEnabler()
-
-
Method Details
-
postProcessEnvironment
public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application) - Specified by:
postProcessEnvironment
in interfaceorg.springframework.boot.env.EnvironmentPostProcessor
-