commit | e08a5ca5c9edcb15a72235bdfd935ff3a3ced8d2 | [log] [tgz] |
---|---|---|
author | Ruslan Kashapov <ruslan.kashapov@pantheon.tech> | Wed Jan 13 16:45:29 2021 +0200 |
committer | Ruslan Kashapov <ruslan.kashapov@pantheon.tech> | Wed Jan 13 16:46:11 2021 +0200 |
tree | 6735c031d9861c6786c039d4b2dd02d140d3feff | |
parent | 49fe075361e4f0f3b2a1a561bc01f831983a3efb [diff] |
Rename entity artifacts, remove obsolete entities Issue-ID: CPS-162 Change-Id: I10604e12a01f22930278118830eed53f5a2b159c Signed-off-by: Ruslan Kashapov <ruslan.kashapov@pantheon.tech>
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