commit | 1b8a4dd237077944df7bef5fa04c412da01029f0 | [log] [tgz] |
---|---|---|
author | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | Wed Jan 13 19:12:25 2021 +0100 |
committer | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | Thu Jan 21 18:52:55 2021 +0100 |
tree | 5b3d9f62011f82b0d78c9a43a1363de635af21f8 | |
parent | cd9f368b1f3c5e25e17e21649e582d84a909ac79 [diff] |
Introduce caffeine cache Issue-ID: CPS-163 Signed-off-by: Claudio David Gasparini <claudio.gasparini@pantheon.tech> Change-Id: Iff9b831c2d895d82aff419f60a8dd86a38b545d0
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