commit | 7b72ea0713dbfededd1a773e9d9b90ea0b08e045 | [log] [tgz] |
---|---|---|
author | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | Wed Dec 09 13:47:16 2020 +0100 |
committer | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | Wed Dec 16 16:21:22 2020 +0100 |
tree | f5449bc99b0f12c0ab207c7da61c03c3aa927d2e | |
parent | 966f3ab710bd1bebaa81e2394627df47a3f98909 [diff] |
List all modules references in a given dataspace and schemas set name Issue-ID: CPS-21 Signed-off-by: Claudio David Gasparini <claudio.gasparini@pantheon.tech> Change-Id: I525f780987a201f0c1583367a2c3609488f25290
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