commit | 0cd5910ca2c949bab95ec73591729c4b7230fdd1 | [log] [tgz] |
---|---|---|
author | niamhcore <niamh.core@est.tech> | Mon Nov 30 14:39:28 2020 +0000 |
committer | Niamh Core <niamh.core@est.tech> | Mon Dec 07 14:15:55 2020 +0000 |
tree | 6880654548e97e0e1632d38cd65a008af99142f9 | |
parent | 4e807e562c7fee9cd07f7dbd27263100c87c07ec [diff] |
Create Common Model objects in SPI Issue-ID: CPS-100 Signed-off-by: niamhcore <niamh.core@est.tech> Change-Id: I8ba54cc5d881d9d5f18b77a54ae28d3dda8412c1
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