commit | 6ec5273ae659a46dff05bb7993b77202786c92db | [log] [tgz] |
---|---|---|
author | Rishi.Chail <rishi.chail@est.tech> | Tue Jan 12 10:39:24 2021 +0000 |
committer | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | Tue Jan 12 10:48:11 2021 +0000 |
tree | 29bc6fa38266a607561fea1d309e39b9773ec85a | |
parent | a3c45cab5d3a268c16410f4962b18043b7c04bad [diff] |
Increase CPS Code Coverage Disable lombok generated code from coverage. Issue-ID: CPS-87 Signed-off-by: Rishi.Chail <rishi.chail@est.tech> Change-Id: I8f13eb480baddc78c00a5a0c9c0e180252119f2e
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