commit | b77bf2529f15e60c852cf83d5150e75d30068bb0 | [log] [tgz] |
---|---|---|
author | Claudio D. Gasparini <claudio.gasparini@pantheon.tech> | Thu Jan 28 15:36:37 2021 +0100 |
committer | Claudio D. Gasparini <claudio.gasparini@pantheon.tech> | Mon Feb 01 18:08:30 2021 +0100 |
tree | 74556b527ac48ac608db2d420929785c797a6a07 | |
parent | 850e3ecdecbedd30e65ae7cbaa81fc5301766f45 [diff] |
Decouple configuration from application - Decouple configuration from application - Generate all 3 types of docker variations Issue-ID: CPS-175 Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech> Change-Id: I1e2e0577c5911f7c79801e4c691d196515dc02a1
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