commit | 5a1b4b66b68776e0a13c98d2f41fe39f957fdf4b | [log] [tgz] |
---|---|---|
author | Rishi.Chail <rishi.chail@est.tech> | Thu Nov 19 06:18:26 2020 +0000 |
committer | Rishi Chail <rishi.chail@est.tech> | Thu Nov 19 09:11:08 2020 +0000 |
tree | f692e7b2d3a95d7098efe53f65fd1979f8a86217 | |
parent | 87c74a1456c395d29f51f35b6e9a1f526114cef7 [diff] |
Fix name inconsistency of classes Issue-ID: CPS-90 Signed-off-by: Rishi.Chail <rishi.chail@est.tech> Change-Id: I13196084a6ff4a7c4cd23e9e8ba58fa8fffd43bf
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