commit | b9f857d3bf6d7fa8f9d0d5fa1796113d43e6e50d | [log] [tgz] |
---|---|---|
author | niamhcore <niamh.core@est.tech> | Wed Dec 16 15:17:33 2020 +0000 |
committer | niamhcore <niamh.core@est.tech> | Thu Dec 17 12:37:03 2020 +0000 |
tree | 316214c380f1e5c1ac53cb3f6ea7040e7bd6ea19 | |
parent | 84ac94d2f3f9ebd6a3a7befa244beef851eac126 [diff] |
Adding logging example Logging example as part of CPS-10 Issue-ID: CPS-10 Signed-off-by: niamhcore <niamh.core@est.tech> Change-Id: I6428b01d112f27f9e4c9c72ac02236fcc49a6a1c
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