commit | 7c6bbfa94de91400c6ea22853b6577b1fa3524df | [log] [tgz] |
---|---|---|
author | egernug <gerard.nugent@est.tech> | Wed Nov 01 10:48:49 2023 +0000 |
committer | egernug <gerard.nugent@est.tech> | Wed Nov 01 10:48:49 2023 +0000 |
tree | b5ddd4392116de8a06098b3a139ce3bea317fcd2 | |
parent | 4e3e0c14f614f9d3486b90b235a778e583cd763b [diff] |
Update versions to resolve vulnerabilities Issue-ID: CPS-1911 Signed-off-by: egernug <gerard.nugent@est.tech> Change-Id: I16a85a8c6dd19c03a26370c8637c386ff1bac094
This service shall be used to map the erstwhile Config-DB-like REST APIs to appropriate CPS API calls. The purpose of this service is to abstract the details of (possibly multiple, and complex) XPath queries from the users of CPS. See wiki for CPS-TBDMT
Following command builds Java executable jar to target/cps-tbdmt-x.y.z-SNAPSHOT
JAR file without generating any docker images:
mvn clean install
Following command builds the JAR file and also generates the Docker image:
mvn clean package
cps-tbdmt/docker-compose/docker-compose.yml
file is provided to be run with docker-compose
tool and local image previously built.
Execute following command from cps-tbdmt/docker-compose folder to start all services:
docker-compose up