commit | a16c3fb5f7f0bbe7bda9e4f21f71a3e958ed523f | [log] [tgz] |
---|---|---|
author | Rishi.Chail <rishi.chail@est.tech> | Wed Jan 06 13:09:34 2021 +0000 |
committer | Rishi.Chail <rishi.chail@est.tech> | Fri Jan 15 14:32:35 2021 +0000 |
tree | b1e700f5c9915a38fc85af82df799072f3dd7035 | |
parent | 4118d94f71a4e5f5a4aef038f51c66fd2c1b8b60 [diff] |
Retrieve the SchemaSet resources for an Anchor Issue-ID: CPS-135 Signed-off-by: Rishi.Chail <rishi.chail@est.tech> Change-Id: Ib7c17c5180212c7dd3b96cf27797c84166041cf9
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