commit | 5337a5f3f75de945b612068fd441bfa416084440 | [log] [tgz] |
---|---|---|
author | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | Tue Dec 15 19:16:15 2020 +0100 |
committer | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | Thu Dec 17 08:11:42 2020 +0000 |
tree | db83f8a918823fdc3732224d96243d41cb44ffed | |
parent | 7b72ea0713dbfededd1a773e9d9b90ea0b08e045 [diff] |
Decouple YangUtils test from YangTextSchemaSourceSet test responsabilities. - Remove deprecated YangUtils method for handle files Issue-ID: CPS-21 Signed-off-by: Claudio David Gasparini <claudio.gasparini@pantheon.tech> Change-Id: I971f818a55efd9659481bb13476dd67106cecab7
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