commit | dc6f81cf4ce3c42e711f1cd0c6f50000d4e0101d | [log] [tgz] |
---|---|---|
author | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | Wed Jan 13 17:42:25 2021 +0100 |
committer | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | Wed Jan 13 17:46:33 2021 +0100 |
tree | 53186ac81312f4faec2a8aa32c55a21df2197781 | |
parent | 68e122191dbf18619e348667980e615c7f16b402 [diff] |
Include aggregate xml report on sonar coverage Issue-ID: CPS-87 Signed-off-by: Claudio David Gasparini <claudio.gasparini@pantheon.tech> Change-Id: I50de5df1bc79ff22c90a5cbe2f1b143164c8abea
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