Re: How to pass command line arguments to spring java app
Ben Hale <bhale@...>
The Java Main Container configuration documentation[1] describes the appropriate way to set command line arguments. Configuration can be done either with a fork of the buildpack or an environment variable.
toggle quoted messageShow quoted text
``` $ cf set-env <APP> JBP_CONFIG_JAVA_MAIN ‘{arguments: “arg1 arg2”}’ ``` -Ben Hale Cloud Foundry Java Experience [1]: https://github.com/cloudfoundry/java-buildpack/blob/master/docs/container-java_main.md#configuration
On Dec 2, 2015, at 14:43, Evan Farrar <evanfarrar(a)gmail.com> wrote:
|
|