commit | 4118d94f71a4e5f5a4aef038f51c66fd2c1b8b60 | [log] [tgz] |
---|---|---|
author | ToineSiebelink <toine.siebelink@est.tech> | Fri Jan 15 09:30:40 2021 +0000 |
committer | ToineSiebelink <toine.siebelink@est.tech> | Fri Jan 15 09:30:46 2021 +0000 |
tree | 232a489f69d5bb7cbbaeb548e19a63dbde828ddb | |
parent | ba4055607a392544238418a76707fc2bf66cc689 [diff] |
SonarQube fixes - Ignore missed SonarQube violations on SchemaSetAlreadyDefinedException - Added coverage fro CpsConfig as it will not be covered by MVC tests Issue-ID: CPS-89 Signed-off-by: ToineSiebelink <toine.siebelink@est.tech> Change-Id: I52911419dd9556cf078f2a05eab2c7783cbf304f
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