commit | 87c74a1456c395d29f51f35b6e9a1f526114cef7 | [log] [tgz] |
---|---|---|
author | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | Wed Nov 18 08:38:01 2020 +0100 |
committer | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | Thu Nov 19 07:57:50 2020 +0000 |
tree | f53ec44af46eeffce686f10b5f632fd1e3393a21 | |
parent | 48830f146f6776afa180fefa101788b169bc841a [diff] |
Introduce jacoco-maven-plugin to enforce the minimum coverage Issue-ID: CPS-5 Signed-off-by: Claudio David Gasparini <claudio.gasparini@pantheon.tech> Change-Id: I7552fc65ab78e645c54af993840999e9818816b0
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