commit | 1d9845679de45007db30eee42c105edcffd972fb | [log] [tgz] |
---|---|---|
author | Rishi Chail <rishi.chail@est.tech> | Thu Dec 17 12:55:49 2020 +0000 |
committer | Gerrit Code Review <gerrit@onap.org> | Thu Dec 17 12:55:49 2020 +0000 |
tree | 51434e7dfb545150d31c832690b1fd4464bc06a6 | |
parent | b9f857d3bf6d7fa8f9d0d5fa1796113d43e6e50d [diff] | |
parent | 8a1e3c9f90d2111835460fc042b4a63f93b80384 [diff] |
Merge "Associate anchor to schema set"
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