commit | acfb2078d510f5cec7b6ce57c03ba42663b8f3ee | [log] [tgz] |
---|---|---|
author | Ruslan Kashapov <ruslan.kashapov@pantheon.tech> | Thu Dec 10 10:49:59 2020 +0200 |
committer | Ruslan Kashapov <ruslan.kashapov@pantheon.tech> | Thu Dec 24 09:57:48 2020 +0200 |
tree | 0ed0437b534e2d94208c51398afb3dff682e8d12 | |
parent | 1d9845679de45007db30eee42c105edcffd972fb [diff] |
Create schema set REST API and service level Issue-ID: CPS-123 Change-Id: Ie6d5fd4755454331415af7b80eaf85925efab395 Signed-off-by: Ruslan Kashapov <ruslan.kashapov@pantheon.tech>
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