commit | b7359210ff315cf9b1daf251da452fb48217b051 | [log] [tgz] |
---|---|---|
author | ToineSiebelink <toine.siebelink@est.tech> | Thu Jan 14 11:29:40 2021 +0000 |
committer | ToineSiebelink <toine.siebelink@est.tech> | Thu Jan 14 14:22:06 2021 +0000 |
tree | 58938ab100c5c209e4deaa0f4257516d9c5b8bd0 | |
parent | d45b2dc0ec3bb7d56ef1eee784a887459f609832 [diff] |
SonarQube fixes - Ignore SonarQube violations related to inheritance depth for exception classes - Increase coverage service module Issue-ID: CPS-89 Signed-off-by: ToineSiebelink <toine.siebelink@est.tech> Change-Id: I7998dee0f9abea0638639e0587b08febad6075f5
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