summaryrefslogtreecommitdiffstats
path: root/distribution/src/main/assembly/conf
AgeCommit message (Collapse)AuthorFilesLines
2018-03-20Code Optimization.YuanHu1-2/+1
Change config item 'msbServerAddr' to 'serviceAddr'. Issue-ID: SDC-1079 Change-Id: I18275728ade2bc7016ea661b70a55f5550546ee7 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2018-03-19Save Workflow Artifact to SDC.YuanHu1-0/+4
Get SDC Serive Proxy Information from conf file. Call rest api to save workflow artifact to SDC Issue-ID: SDC-1004 Change-Id: I620674def79bdfb9fd71aebc96d0774bc7dfddd8 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2018-03-16Get msbServerAddr from config file.YuanHu1-0/+2
Get msbServerAddr from application config file. Issue-ID: SDC-1128 Change-Id: Id260f8f94598ec3f3e4824b4c5e1a085d9a248fd Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2018-02-13Setup and Publish Backend Service.YuanHu1-0/+50
Setup backend service with dropwizard application framework. Integrate backend with frontend to one micro-service. Issue-ID: SDC-408 Change-Id: Ia6949302ee7c7ad6a4ce31e263f6a38183adfee3 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>