commit | 9d1acd1fe9cc8a48feb661bf7213c77a4598c1df | [log] [tgz] |
---|---|---|
author | Bruno Sakoto <bruno.sakoto@bell.ca> | Mon Feb 15 14:29:22 2021 +0000 |
committer | Gerrit Code Review <gerrit@onap.org> | Mon Feb 15 14:29:22 2021 +0000 |
tree | b7bd825675889c7e6580be5d14baece71c451e9f | |
parent | 6364703c2546a3cb9bb35d372a37b09a93bd9975 [diff] | |
parent | cc6e5e26ddb8c1900b379b167f2c2173e9336871 [diff] |
Merge "Ensure CPS REST API Specs conform to ONAP standards"
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