commit | 13cc64d917b48ca76650b672b2b44f74af3585e0 | [log] [tgz] |
---|---|---|
author | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | Wed Dec 02 18:47:09 2020 +0100 |
committer | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | Wed Dec 02 20:23:35 2020 +0100 |
tree | 844c3c176ce55bac53bf419984b7373b0e702c86 | |
parent | 35b2b4414405c0c3f7c06171ae0e1ebca3214e40 [diff] |
Solve issue with Sonar Job coverage jobs - Increase coverage need to 20% - use parent parameter surefireArgLine for maven-surefire-plugin - Fix warning platform encoding meanwhile Issue-Id: CPS-122 Signed-off-by: Claudio David Gasparini <claudio.gasparini@pantheon.tech> Change-Id: I569d0b368a6fa25543be7180b46c4905c4772a5d
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