commit | 5e1a5a7bde3a1650b86e2d22edde26520439757f | [log] [tgz] |
---|---|---|
author | Ruslan Kashapov <ruslan.kashapov@pantheon.tech> | Thu Feb 04 17:26:01 2021 +0200 |
committer | Ruslan Kashapov <ruslan.kashapov@pantheon.tech> | Thu Feb 04 17:31:20 2021 +0200 |
tree | 3bd0189d885b41ff351cce506a1672074bfc6852 | |
parent | 50f56b64870ac6c988cf75e84da3836ca015c1e6 [diff] |
fix mvc tests skipped for rest services IssueID: CPS-175 Change-Id: I0ec53bf1b00a7fe7413819398cc7eddd520b4358 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