Spring cloud data flow custom application properties

前端 未结 2 567
死守一世寂寞
死守一世寂寞 2020-12-22 02:46

I created a custom spring cloud data flow application. I would like to create a stream with it and put some application properties in it, as we can add for the provided appl

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-22 03:46

    I could do the job thanks to this post: Spring Cloud Dataflow Kubernetes get properties of jar from dockerfile The way I registered the app was wrong. Now, I add the companion metadata URI and it works

提交回复
热议问题