Spring Cloud example for deployment to Pivotal Cloud Foundry PWS
This is a simple microservice that has the following dependencies:
The service can be deployed to cloud foundry as long as there is a service registry and a config server available (see manifest.yml for details). The config file simple-service-dev.yml needs to be pushed to the config server.
This is a Maven version of https://github.com/sdesa/simple-service (which uses Gradle) along with any changes I might make.