|
|
|
|
@ -89,7 +89,8 @@ import org.springframework.util.StringUtils;
@@ -89,7 +89,8 @@ import org.springframework.util.StringUtils;
|
|
|
|
|
* @author Andy Wilkinson |
|
|
|
|
* @since 1.3.0 |
|
|
|
|
*/ |
|
|
|
|
public class CloudFoundryVcapEnvironmentPostProcessor implements EnvironmentPostProcessor, Ordered, ApplicationListener<ApplicationPreparedEvent> { |
|
|
|
|
public class CloudFoundryVcapEnvironmentPostProcessor |
|
|
|
|
implements EnvironmentPostProcessor, Ordered, ApplicationListener<ApplicationPreparedEvent> { |
|
|
|
|
|
|
|
|
|
private static final DeferredLog logger = new DeferredLog(); |
|
|
|
|
|
|
|
|
|
|