@Service @Configuration public class VcapProcessor extends Object implements org.springframework.boot.env.EnvironmentPostProcessor
Note that this class gets invoked before Spring creates the logging subsystem, so we just use System.out.println instead.
| Modifier and Type | Field and Description |
|---|---|
static String |
LOG_VARIABLE |
static String |
VCAP_SERVICES |
| Constructor and Description |
|---|
VcapProcessor() |
| Modifier and Type | Method and Description |
|---|---|
List<VcapPojo> |
parseVcapService(String vcapServices) |
void |
postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment confEnv,
org.springframework.boot.SpringApplication app) |
public static final String VCAP_SERVICES
public static final String LOG_VARIABLE
Copyright © 2020 Microsoft Corporation. All rights reserved.