commit | 30da8a9ea8f8f77ab5976097749caffbd16c4a93 | [log] [tgz] |
---|---|---|
author | Toine Siebelink <toine.siebelink@est.tech> | Mon Feb 01 15:36:38 2021 +0000 |
committer | Gerrit Code Review <gerrit@onap.org> | Mon Feb 01 15:36:38 2021 +0000 |
tree | ef77789b0409c2d0b6e6aa3af74e7353f4de9579 | |
parent | 850e3ecdecbedd30e65ae7cbaa81fc5301766f45 [diff] | |
parent | 74753d923b77d87b17e8221ecc86a084446648b7 [diff] |
Merge "Attach a (JSON) data instance for a container with children to a given Anchor"
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