Class VcapProcessor
- java.lang.Object
-
- com.azure.spring.cloud.autoconfigure.cloudfoundry.environment.VcapProcessor
-
- All Implemented Interfaces:
org.springframework.boot.env.EnvironmentPostProcessor
@Service @Configuration public class VcapProcessor extends Object implements org.springframework.boot.env.EnvironmentPostProcessor
Parses VCAP_SERVICES environment variable and sets corresponding property values.Note that this class gets invoked before Spring creates the logging subsystem, so we just use System.out.println instead.
-
-
Constructor Summary
Constructors Constructor Description VcapProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpostProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment confEnv, org.springframework.boot.SpringApplication app)
-