commit | d45aacaf71afbd352909f02876b86e62744fcae8 | [log] [tgz] |
---|---|---|
author | Rishi.Chail <rishi.chail@est.tech> | Thu Jan 21 17:18:17 2021 +0000 |
committer | Rishi.Chail <rishi.chail@est.tech> | Thu Jan 21 21:30:46 2021 +0000 |
tree | 5b271e52302b27eb721104acfb90d7ae0a305040 | |
parent | 5b719d1cdc23da0c95310933fee09753401075f9 [diff] |
Remove Module Table Issue-ID: CPS-185 Signed-off-by: Rishi.Chail <rishi.chail@est.tech> Change-Id: Id93b3ec4dec27184bc46767146d9801063f54916
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