commit | 7492aeafebe9ea98b21ee2d3986eb4436f5bdbc4 | [log] [tgz] |
---|---|---|
author | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | Wed Jan 13 08:34:00 2021 +0100 |
committer | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | Wed Jan 13 08:01:23 2021 +0000 |
tree | e4a727c518b40cb2041639372708818d213766e5 | |
parent | 9afc8d1448a6a913db56304d3bc80cd92c141d0f [diff] |
Use and configure sonar-maven-plugin for support multimodule project Issue-ID: CPS-87 Signed-off-by: Claudio David Gasparini <claudio.gasparini@pantheon.tech> Change-Id: I5c9ed23069a26ba28461f6c20c9222741333cf3d
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