commit | a2f384de843c3c3f68d2d371d185c71a900e9810 | [log] [tgz] |
---|---|---|
author | Rishi.Chail <rishi.chail@est.tech> | Thu Jan 21 19:14:24 2021 +0000 |
committer | Rishi Chail <rishi.chail@est.tech> | Fri Jan 22 16:03:47 2021 +0000 |
tree | 14039f68a57089a0be418bc6cb3a37c441ba6680 | |
parent | 5fa9a9ebb6459755a4267066e23f9671b9fac5b9 [diff] |
Retrieve an Anchor for a given dataspace by anchor name - Service layer Part of story already done in CPS-135 Issue-ID: CPS-55 Signed-off-by: Rishi.Chail <rishi.chail@est.tech> Change-Id: I0c4ae551f5c85866ce543fbb27b18ffff7d80462
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