commit | 6e979ce08820879aef24ab6650c4ec5ff7923c08 | [log] [tgz] |
---|---|---|
author | niamhcore <niamh.core@est.tech> | Thu Jan 07 13:49:01 2021 +0000 |
committer | niamhcore <niamh.core@est.tech> | Thu Jan 07 14:19:44 2021 +0000 |
tree | cad90254034652f4739fe24ba501ef34b59a73fd | |
parent | 5a8718b84dbd3c6fa78aa644a4695274a0a1ab5d [diff] |
Remove depredcated classes Issue-ID: CPS-130 Signed-off-by: niamhcore <niamh.core@est.tech> Change-Id: I00974cc565b7eaa07fdf6a03b074c0317d62e077
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