Welcome to Predix Microservice CF Spring, a Predix Backend Microservice Template.
Each Microservice Template project shares the following characteristics
- Externalized Properties files
- REST implementation and framework
- Cloud ready with a Manifest file
- Application with uaa auth
- Continuous Integration capable
- Download the project
$ git clone https://github.com/rahulchauhanraj/SampleSpringBootAppWithUAA.git
$ cd SampleSpringBootAppWithUAA
$ mvn clean package
note: mvn clean install may run integration tests against services you may not have set up yet
- Push to cloud
Take a look at the SampleCFSpringBootWithUAA manifest.yml which provides properties and instructions for [pushing cloud foundry]
$ cf push