commit | 68cdf540a466b1e116a21cab9a09c7047604a73f | [log] [tgz] |
---|---|---|
author | Rishi.Chail <rishi.chail@est.tech> | Thu Nov 19 11:05:40 2020 +0000 |
committer | Rishi.Chail <rishi.chail@est.tech> | Thu Nov 19 11:08:00 2020 +0000 |
tree | e4cf2e78001170062d3976ba6f1beae2ba1b29f0 | |
parent | 181aa2b8d9dd612805cdb5fed749566b171b5a35 [diff] |
Fix code smell Issue-ID: CPS-89 Signed-off-by: Rishi.Chail <rishi.chail@est.tech> Change-Id: I57fbcc57f0d9c03d5757279429afec107d79f49b
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