commit | 2006f67db860e755b599acda36cfc85a49d8c8f3 | [log] [tgz] |
---|---|---|
author | Ruslan Kashapov <ruslan.kashapov@pantheon.tech> | Tue Jan 19 17:57:00 2021 +0200 |
committer | Ruslan Kashapov <ruslan.kashapov@pantheon.tech> | Thu Jan 21 09:41:37 2021 +0200 |
tree | 0e548b2124df1d7f1c8121f3d6375c3eba2faaf8 | |
parent | dce4e316da66ede214977491c712b0a4ab457644 [diff] |
ZIP archive support for multiple YANG files delivery on Schema Set creation using REST Issue-ID: CPS-180 Change-Id: I7e78a595593b170b981746e9aed1a7e5a45b202a 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