commit | 7cca0296e855bbfaff7d14769db2fc76c5c06892 | [log] [tgz] |
---|---|---|
author | Ruslan Kashapov <ruslan.kashapov@pantheon.tech> | Tue Nov 24 11:13:43 2020 +0200 |
committer | Ruslan Kashapov <ruslan.kashapov@pantheon.tech> | Tue Dec 08 11:01:31 2020 +0200 |
tree | 4758811c99748c082b8496e05263c2c84674e926 | |
parent | 0cd5910ca2c949bab95ec73591729c4b7230fdd1 [diff] |
Persistence layer testing incl CpsModulePersistenceService testing Issue-ID: CPS-95 Change-Id: I5eba5f6953f483304ff3864914e7a6c9b2bb3f56 Signed-off-by: Ruslan Kashapov <ruslan.kashapov@pantheon.tech>
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