弹簧配置文件与Spring云数据流

时间:2018-02-12 11:48:15

标签: spring-cloud-dataflow

如何在启动任务时设置spring.active.profiles(从shell或仪表板)?

我总是“没有活动的个人资料集,回到默认个人资料:默认”。这是因为我不知道如何设置VM参数,如-Dspring.active.profiles = xxx 我使用localserver实现。我使用1.3.0 SPCF版本

谢谢

2 个答案:

答案 0 :(得分:0)

任务启动--name myjob --properties" deployer.task1.local.javaOpts = -Dspring.profiles.active = dev"

答案 1 :(得分:0)

如果您想使用Spring Cloud Flow仪表板激活Spring配置文件,只需在执行任务时在 Arguments 部分中添加Config.js plugins: [{ package: require.resolve('protractor-multiple-cucumber-html-reporter-plugin'), options:{ automaticallyGenerateReport: true, removeExistingJsonReportFile: true, reportName : "Test", reportPath: "C:/Cucmber/reports" } }

干杯! 库纳尔