commit | 4bcccd1a0b84f637c9383b31299ee9bd84f5f486 | [log] [tgz] |
---|---|---|
author | Toine Siebelink <toine.siebelink@est.tech> | Thu Jan 28 12:20:17 2021 +0000 |
committer | Gerrit Code Review <gerrit@onap.org> | Thu Jan 28 12:20:17 2021 +0000 |
tree | 0dddcba529feaaa049be64bb6649ae2969360ed2 | |
parent | 3cf66a1b795042ade82a8c9cb2b4df978bc6485d [diff] | |
parent | eafeee44813db21e3bd37cd4f1be88535da9c872 [diff] |
Merge "NexusIQ security improvement - package versions changed"
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