commit | a5090c9e3cd5dc899bcd07c3c781c5f65c653f3f | [log] [tgz] |
---|---|---|
author | Rishi.Chail <rishi.chail@est.tech> | Mon Jan 18 07:56:07 2021 +0000 |
committer | Rishi.Chail <rishi.chail@est.tech> | Mon Jan 18 07:56:23 2021 +0000 |
tree | 5e8f0b4d348c0d94ae93a80317c88beecd51c0d9 | |
parent | a16c3fb5f7f0bbe7bda9e4f21f71a3e958ed523f [diff] |
Fix code smell Issue-ID: CPS-89 Signed-off-by: Rishi.Chail <rishi.chail@est.tech> Change-Id: I35615ff650c6b22391729513cb9185fd5986a285
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