commit | 0e337e84e2edafc0b7cefd86ca596da1fd8e054a | [log] [tgz] |
---|---|---|
author | Toine Siebelink <toine.siebelink@est.tech> | Tue Jan 12 15:30:20 2021 +0000 |
committer | Gerrit Code Review <gerrit@onap.org> | Tue Jan 12 15:30:20 2021 +0000 |
tree | 3395207bb2e1cd0bded180d3f3376372b7530cc4 | |
parent | 6ec5273ae659a46dff05bb7993b77202786c92db [diff] | |
parent | 9afc8d1448a6a913db56304d3bc80cd92c141d0f [diff] |
Merge "Enable spotbugs and fix spotbugs warns"
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