commit | 1cef345e92ee93323b1220bac3ad3a90cb310406 | [log] [tgz] |
---|---|---|
author | niamhcore <niamh.core@est.tech> | Fri Jan 22 14:05:00 2021 +0000 |
committer | Rishi Chail <rishi.chail@est.tech> | Mon Jan 25 12:30:27 2021 +0000 |
tree | e30bcda07f5cf2d3ab153ab676885a504f4ee246 | |
parent | a2f384de843c3c3f68d2d371d185c71a900e9810 [diff] |
Add DataNodeDoesNotExist Exception Issue-ID: CPS-182 Signed-off-by: niamhcore <niamh.core@est.tech> Change-Id: I05fdd0fbc207e4806c187b96d35d7b6c54b795ea
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