0

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

Kachopsticks
  • 125
  • 1
  • 13

1 Answers1

0

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.

Ilayaperumal Gopinathan
  • 4,099
  • 1
  • 13
  • 12