I am using spring cloud to bind services to a spring boot application deployed to CloudFoundry. When running locally, I can pass Java options to the application as follows:
-Dspring.jpa.hibernate.ddl-auto=create-drop
Now I would like to do the same thing when running the application on CloudFoundry. What's the usual way to do this?
You can put an
env
entry in your manifest.yml file like so:See more information here:
http://docs.cloudfoundry.org/devguide/deploy-apps/manifest.html#env-block