commit | 49fe075361e4f0f3b2a1a561bc01f831983a3efb | [log] [tgz] |
---|---|---|
author | Ruslan Kashapov <ruslan.kashapov@pantheon.tech> | Mon Jan 11 16:44:32 2021 +0200 |
committer | Rishi Chail <rishi.chail@est.tech> | Wed Jan 13 10:18:31 2021 +0000 |
tree | a4cd3e36428f0d3d922e01c22700344088dd4bd2 | |
parent | a6c59f024092ac339d851a372aa6deae36de622d [diff] |
Decouple anchor from fragment in persistence module Issue-ID: CPS-161 Change-Id: Ia446b26ee4eca9281e86bd2be3dd6836aa201597 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