commit | 5b719d1cdc23da0c95310933fee09753401075f9 | [log] [tgz] |
---|---|---|
author | niamhcore <niamh.core@est.tech> | Tue Jan 19 12:45:44 2021 +0000 |
committer | Niamh Core <niamh.core@est.tech> | Fri Jan 22 13:42:26 2021 +0000 |
tree | 7ae7993b6fe206a52479992bc26a5fc4e8e43d4e | |
parent | 4ee05a9592b9b97efdad56f7e83cac16cd6d1311 [diff] |
Add another Child to a Fragment that has already at least one Child Issue-ID: CPS-164 Signed-off-by: niamhcore <niamh.core@est.tech> Change-Id: Ib6a4f8ce4fc9247726e016ecaa0b1e45ff11bdbb
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