commit | a6c59f024092ac339d851a372aa6deae36de622d | [log] [tgz] |
---|---|---|
author | Toine Siebelink <toine.siebelink@est.tech> | Wed Jan 13 09:14:45 2021 +0000 |
committer | Gerrit Code Review <gerrit@onap.org> | Wed Jan 13 09:14:45 2021 +0000 |
tree | e6113a7354b593eaff79c66ffd76149f9580b516 | |
parent | 0e337e84e2edafc0b7cefd86ca596da1fd8e054a [diff] | |
parent | 7492aeafebe9ea98b21ee2d3986eb4436f5bdbc4 [diff] |
Merge "Use and configure sonar-maven-plugin"
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