commit | 42d31ec8fa98831905de358fd6c24eac67fe14c2 | [log] [tgz] |
---|---|---|
author | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | Mon Dec 07 08:39:56 2020 +0100 |
committer | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | Mon Dec 07 08:39:56 2020 +0100 |
tree | 439875c4cf89c4f9f54dcd11767aa6d1f45c4ae8 | |
parent | 13cc64d917b48ca76650b672b2b44f74af3585e0 [diff] |
Add DistributionManagement to checkstyle pom Issue-ID: CPS-119 Signed-off-by: Claudio David Gasparini <claudio.gasparini@pantheon.tech> Change-Id: I899cdc00895689a8b010106a8371a69859b7f11b
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