commit | cc6e5e26ddb8c1900b379b167f2c2173e9336871 | [log] [tgz] |
---|---|---|
author | Rishi.Chail <rishi.chail@est.tech> | Sun Jan 24 20:33:50 2021 +0000 |
committer | Rishi.Chail <rishi.chail@est.tech> | Mon Jan 25 16:08:56 2021 +0000 |
tree | ad91efdc72179221171310d65278bc0f37348381 | |
parent | 994c59050730a200d030ade14b768539089576a2 [diff] |
Ensure CPS REST API Specs conform to ONAP standards Issue-ID: CPS-25 Signed-off-by: Rishi.Chail <rishi.chail@est.tech> Change-Id: I289248b0f67949a2b9515932628edd4a7bd77a58
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