commit | cb03544962c994c0cc9d9117a3c6b9182ce22204 | [log] [tgz] |
---|---|---|
author | Ruslan Kashapov <ruslan.kashapov@pantheon.tech> | Tue Nov 24 11:13:43 2020 +0200 |
committer | Ruslan Kashapov <ruslan.kashapov@pantheon.tech> | Thu Dec 03 15:59:03 2020 +0200 |
tree | 7fdec9f545c81c55e93376a7d58e6a648d994550 | |
parent | 35b2b4414405c0c3f7c06171ae0e1ebca3214e40 [diff] |
Schema Set persistence (store) implementation Issue-ID: CPS-92 Change-Id: I11257726e4f847e3337d8bafad824853e6a458e2 Signed-off-by: Ruslan Kashapov <ruslan.kashapov@pantheon.tech>
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