commit | 20983922daff86e3282bc5e2da900a8ab1cc82ed | [log] [tgz] |
---|---|---|
author | Ruslan Kashapov <ruslan.kashapov@pantheon.tech> | Mon Feb 01 10:47:25 2021 +0200 |
committer | Ruslan Kashapov <ruslan.kashapov@pantheon.tech> | Thu Feb 04 17:45:06 2021 +0200 |
tree | ebc3adfc2baf69187be5585c64e01451390bbeef | |
parent | 5e1a5a7bde3a1650b86e2d22edde26520439757f [diff] |
Fetching data node by xpath - rest and service layers IssueID: CPS-71 Change-Id: I54801fc12a8aa700d85e774780c9990b7f19c747 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