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?
also tried with quotes


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