commit | 27add4d028f040a740bed68707c648ee8441eeb2 | [log] [tgz] |
---|---|---|
author | niamhcore <niamh.core@est.tech> | Mon Feb 01 19:16:54 2021 +0000 |
committer | niamhcore <niamh.core@est.tech> | Tue Feb 02 10:33:00 2021 +0000 |
tree | 3c5689f8f1e7619467554dc09d90d5b595f192c2 | |
parent | 3786f6394d8a973adba50bb5af3b459f0d296f93 [diff] |
Refactoring tests and adding tests for creating a node. Issue-ID: CPS-26 Signed-off-by: niamhcore <niamh.core@est.tech> Change-Id: I36e3f2bbb2928cc6b8d0d4a079516f801c33df13
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