commit | 355ed99c7305beee02fe05c61c4592f1f782a96e | [log] [tgz] |
---|---|---|
author | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | Fri Feb 05 17:43:58 2021 +0000 |
committer | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | Mon Feb 08 11:00:57 2021 +0000 |
tree | 5feda939cc1347e2829919763c1c80e85ba04ef6 | |
parent | 63804e8712d1bf9050528f57aedc94909f951ad4 [diff] |
E2E Network Slice test for 'Coverage Area-Tracking Area & TA-Cell mapping' with updated data Issue-ID: CPS-199 Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca> Change-Id: Ic399198bd583217d96d0f5306078563b23ae54fd
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