commit | 4ab9d0edb5bc0c5251175078a4b8933a29e73744 | [log] [tgz] |
---|---|---|
author | Ruslan Kashapov <ruslan.kashapov@pantheon.tech> | Thu Dec 10 10:49:59 2020 +0200 |
committer | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | Mon Dec 14 08:23:13 2020 +0000 |
tree | ccf342787a59af944708edcc9e5541c71fc85f41 | |
parent | e182a6b6cb4a87b4f461adf83fe60a65948fc230 [diff] |
Yang resource name persistence Issue-ID: CPS-125 Change-Id: I5ee2e893dd7c30abe86287150e8bef62966dd909 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