commit | 850e3ecdecbedd30e65ae7cbaa81fc5301766f45 | [log] [tgz] |
---|---|---|
author | Bruno Sakoto <bruno.sakoto@bell.ca> | Fri Jan 29 23:39:18 2021 +0000 |
committer | Gerrit Code Review <gerrit@onap.org> | Fri Jan 29 23:39:18 2021 +0000 |
tree | 3f6a2e29cc49c19b1f4276daf38c8523b0db281f | |
parent | f470af59fa9148f6e5c3031a61ec64ee501d4ecd [diff] | |
parent | 2806662125983758e3e3b5f4f8105745c539391b [diff] |
Merge "Introducing Spock/Groovy for Data Integration Tests"
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