commit | 5a8718b84dbd3c6fa78aa644a4695274a0a1ab5d | [log] [tgz] |
---|---|---|
author | Ruslan Kashapov <ruslan.kashapov@pantheon.tech> | Thu Dec 10 10:49:59 2020 +0200 |
committer | Ruslan Kashapov <ruslan.kashapov@pantheon.tech> | Wed Jan 06 15:03:59 2021 +0200 |
tree | 4dbd96f90aee895053036d5616a00b9912dcde82 | |
parent | ec3e17505d12785586fc2418438c3d45b63d7dbd [diff] |
Create dataspace Issue-ID: CPS-134 Change-Id: Ie7f00f9c322a12a6c2a71c1407f6970a7dd24d2d 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