commit | 3cf66a1b795042ade82a8c9cb2b4df978bc6485d | [log] [tgz] |
---|---|---|
author | Ruslan Kashapov <ruslan.kashapov@pantheon.tech> | Thu Jan 28 08:20:49 2021 +0200 |
committer | Ruslan Kashapov <ruslan.kashapov@pantheon.tech> | Thu Jan 28 08:23:31 2021 +0200 |
tree | 468cb331c6cf41d24c5f0cb309b8897c65dd39b5 | |
parent | b4164f104d61bcaff8d84d65b8a9fffcd3280dce [diff] |
Fix sonar false-positive code smells issues (licence below package line) Issue-ID: CPS-89 Change-Id: I79d520c237b5ca6cf0250d1a001fc1406013bd14 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