commit | 161f6390b9e4231e860811614faf77c573308580 | [log] [tgz] |
---|---|---|
author | Bruno Sakoto <bruno.sakoto@bell.ca> | Mon Nov 23 09:52:33 2020 -0500 |
committer | Bruno Sakoto <bruno.sakoto@bell.ca> | Mon Nov 23 09:52:33 2020 -0500 |
tree | 40e57cfc5b6025e4c7900f83285d1afeebfe31d6 | |
parent | e731118eca0540792a140803f18c298fb3be132d [diff] |
Publish cps-service port with docker compose Issue-ID: CPS-94 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: I10750127640f4953584807b2e0935bbf32c4041b
This folder contains all files for Configuration Persistence Service.
The code here is related to CPS POC, then it must be kept self contained in this cps folder to prevent any impact on current ccsdk components and to be ready to be moved in its own repo once CPS becomes a standalone project.
CREATE USER cps WITH PASSWORD 'cps'; CREATE DATABASE cpsdb OWNER cps;
mvn clean package
java -DDB_HOST=localhost -DDB_USERNAME=cps -DDB_PASSWORD=cps -jar cps-rest/target/cps-rest-0.0.1-SNAPSHOT.jar