commit | 9afc8d1448a6a913db56304d3bc80cd92c141d0f | [log] [tgz] |
---|---|---|
author | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | Mon Jan 11 16:42:30 2021 +0100 |
committer | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | Tue Jan 12 10:41:45 2021 +0100 |
tree | cdf41d77a07a4e62874941d06d16447b66d148a2 | |
parent | a3c45cab5d3a268c16410f4962b18043b7c04bad [diff] |
Enable spotbugs and fix spotbugs warns Issue-ID: CPS-159 Signed-off-by: Claudio David Gasparini <claudio.gasparini@pantheon.tech> Change-Id: Iee572fd740689a172ca599123b0751b5e909223a
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