commit | a029cf849b06cd45d6909a9808e3cc52031e6644 | [log] [tgz] |
---|---|---|
author | niamhcore <niamh.core@est.tech> | Wed Feb 03 16:10:37 2021 +0000 |
committer | niamhcore <niamh.core@est.tech> | Fri Feb 05 11:57:03 2021 +0000 |
tree | 3a0d853d36201260b7e01986f685c6a91e51f695 | |
parent | 20983922daff86e3282bc5e2da900a8ab1cc82ed [diff] |
Custom Model E2E Network Slicing - RAN Inventory Issue-ID: CPS-200 Signed-off-by: niamhcore <niamh.core@est.tech> Change-Id: I846ff2928de6e1fae1483ced05d66cfd1e44615e
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