Spring Cloud Dataflow Stream Application - add folder to class path

144 Views Asked by At

I am trying to add a folder containing a property file to my class path when deploying a spring cloud stream application through the dataflow UI. I believe I want to use the java-cmd line, but when I do this I get skipper errors. Is my syntax just a little off?

enter image description here

also tried with quotes

enter image description here

1

There are 1 best solutions below

0
Ilayaperumal Gopinathan On

Specifying the folder/directory for the classpath for property files at runtime via deployment property using java-cmd is not a recommended approach for this. You can check here for the documentation on the recommended way of doing this.