commit | 593920b05f3809b95f018d9d78d7acebc83fdd2c | [log] [tgz] |
---|---|---|
author | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | Wed Jan 13 13:47:18 2021 +0100 |
committer | Rishi Chail <rishi.chail@est.tech> | Wed Jan 13 12:58:27 2021 +0000 |
tree | f6c109f1ccd8d61f4a55d6f3dbf37f85986af0a0 | |
parent | 49fe075361e4f0f3b2a1a561bc01f831983a3efb [diff] |
Use jacoco aggregate reports Issue-ID: CPS-87 Signed-off-by: Claudio David Gasparini <claudio.gasparini@pantheon.tech> Change-Id: If34831469e3cbc47eacf869f811ac1f057318c82
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