commit | 191b09ce5d3efcb96cc7bf8468ab62626ad62a34 | [log] [tgz] |
---|---|---|
author | Ruslan Kashapov <ruslan.kashapov@pantheon.tech> | Mon Dec 28 10:14:41 2020 +0200 |
committer | Ruslan Kashapov <ruslan.kashapov@pantheon.tech> | Mon Dec 28 10:16:27 2020 +0200 |
tree | c04c4eda60fe619db1435bb1841ca45d90535659 | |
parent | 1d9845679de45007db30eee42c105edcffd972fb [diff] |
Fix test container remain in docker after tests completion. IMPORTANT. Issue-ID: CPS-124 Change-Id: I6e423792c1a63d0f828577ca01d32366d2e693bb 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