Setup and Publish Backend Service. 51/31551/1
authorYuanHu <yuan.hu1@zte.com.cn>
Tue, 13 Feb 2018 03:22:10 +0000 (11:22 +0800)
committerYuanHu <yuan.hu1@zte.com.cn>
Tue, 13 Feb 2018 03:22:10 +0000 (11:22 +0800)
commit23ade91cd5c18af93a6fc529f003b124fb6d0a6a
treebdf78dee9e7333f6c5cdf8e9c53837947349acd2
parenteda616413ac42769d8fb11c990b61c74740b6818
Setup and Publish Backend Service.

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>
12 files changed:
distribution/pom.xml
distribution/src/main/assembly/bin/find_kill_process.bat [new file with mode: 0644]
distribution/src/main/assembly/bin/run.bat [new file with mode: 0644]
distribution/src/main/assembly/bin/stop.bat [new file with mode: 0644]
distribution/src/main/assembly/bin/stop.sh [new file with mode: 0644]
distribution/src/main/assembly/conf/workflow-designer.yml [new file with mode: 0644]
distribution/src/main/assembly/shutdown.bat [deleted file]
distribution/src/main/assembly/shutdown.sh [deleted file]
distribution/src/main/assembly/startup.bat [deleted file]
distribution/src/main/assembly/startup.sh [deleted file]
distribution/src/main/docker/Dockerfile [moved from distribution/src/main/assembly/Dockerfile with 94% similarity]
pom.xml