commit | 34afca00d1f8b2fabe7708c76be714687e136d68 | [log] [tgz] |
---|---|---|
author | Toine Siebelink <toine.siebelink@est.tech> | Tue Jan 26 11:16:06 2021 +0000 |
committer | Gerrit Code Review <gerrit@onap.org> | Tue Jan 26 11:16:06 2021 +0000 |
tree | 89d66884a281cadc327fa79076e3629f28657b64 | |
parent | 1cef345e92ee93323b1220bac3ad3a90cb310406 [diff] | |
parent | a087b9457c6498985ff8149ac29b34480a904d9c [diff] |
Merge "Loggers actuator config typo fix"
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