commit | 9f93f7960c97642a79ed30b84d5127017ed9fc73 | [log] [tgz] |
---|---|---|
author | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | Fri Dec 18 14:37:27 2020 +0100 |
committer | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | Mon Jan 11 09:16:56 2021 +0000 |
tree | 628376c80ac17039ca30e507889f24e9f8124630 | |
parent | 5a8718b84dbd3c6fa78aa644a4695274a0a1ab5d [diff] |
Introduce spotbug plugin Issue-ID: CPS-159 Signed-off-by: Claudio David Gasparini <claudio.gasparini@pantheon.tech> Change-Id: I889b3009505421621007031fb99a43c5cd30be82
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