commit | e40f4d2dce4c4adf57b99c3daf524b14204279b9 | [log] [tgz] |
---|---|---|
author | ToineSiebelink <toine.siebelink@est.tech> | Mon Nov 16 17:25:29 2020 +0000 |
committer | Toine Siebelink <toine.siebelink@est.tech> | Tue Nov 17 13:07:32 2020 +0000 |
tree | 904fffc845b81ad63969b5d3955837c56d3832f2 | |
parent | 24c217c5eda9b5a889067d2f003a54439238bebe [diff] |
Fixed Project Name in Top Level POM Issue-ID: No Jira Signed-off-by: ToineSiebelink <toine.siebelink@est.tech> Change-Id: If81480f4dde1074c6f0194aa532f962bd85f5557
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