commit | 008c0adc3712ba0aee6410e8cd7efc61f4cbeeac | [log] [tgz] |
---|---|---|
author | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | Mon Dec 14 15:46:30 2020 +0000 |
committer | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | Wed Dec 16 11:49:42 2020 +0000 |
tree | 255b28e757eecda25bb900d4b041902787a18d24 | |
parent | c040bcb4ae61177b1aa691f059d19c96c6cfff7b [diff] |
Few Sonar Fixes Add spock-spring testing Issue-ID: CPS-89 Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca> Change-Id: I1e12fb56916e2123fc1d29bdf1524accbb9eeffd
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