hazelcast-code-samples
hazelcast-code-samples copied to clipboard
PCF Spring Boot sample app should use CloudFoundryVcapEnvironmentPostProcessor
On Pivotal Cloud Foundry sample app with Spring Boot parses VCAP_SERVICES env variable manually. A better way would be to use native Spring support with CloudFoundryVcapEnvironmentPostProcessor.