commit | a66dd4e82e8ef5b2cfe956a9a88a90154889635a | [log] [tgz] |
---|---|---|
author | ToineSiebelink <toine.siebelink@est.tech> | Thu Dec 10 14:38:34 2020 +0000 |
committer | ToineSiebelink <toine.siebelink@est.tech> | Thu Dec 10 14:38:51 2020 +0000 |
tree | 892b48407ce80bcbc7dcacb74560c014c5a8fa9c | |
parent | 57bb1d811eac4011bfcdf3be1ea60d869879c147 [diff] |
Fixing Merge Issue Issue-ID: N/A Signed-off-by: ToineSiebelink <toine.siebelink@est.tech> Change-Id: I03ccd5f2dd260af6ef28524d8a44114c516dfb19
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