commit | 74753d923b77d87b17e8221ecc86a084446648b7 | [log] [tgz] |
---|---|---|
author | niamhcore <niamh.core@est.tech> | Thu Jan 28 16:11:52 2021 +0000 |
committer | niamhcore <niamh.core@est.tech> | Mon Feb 01 14:18:35 2021 +0000 |
tree | 19d933504e9a9040da75d478b2298b8413283c42 | |
parent | 3cf66a1b795042ade82a8c9cb2b4df978bc6485d [diff] |
Attach a (JSON) data instance for a container with children to a given Anchor Issue-ID: CPS-26 Signed-off-by: niamhcore <niamh.core@est.tech> Change-Id: I38fc1b1a6ccf84e64eff3218372b40c8fa2491ba
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