commit | 1f77f638a8da07d766c8c6d276e7170b24828f85 | [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 07:50:59 2021 +0200 |
tree | a04c1dbbab701c719d0092357aa852bf4b49926a | |
parent | e7f94478a241f8ee7618da08f6bc8495e9f5a504 [diff] |
Fetching data node by xpath - persistence layer IssueID: CPS-71 Change-Id: I88f76cf36ef8a1e4ccbd4f1eac8867e93ed5be82 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