commit | 4f77777c9c3c7be336644c8fe68b76f0d9e9b3f3 | [log] [tgz] |
---|---|---|
author | leventecsanyi <levente.csanyi@est.tech> | Wed Dec 07 17:08:58 2022 +0100 |
committer | leventecsanyi <levente.csanyi@est.tech> | Thu Dec 08 14:57:57 2022 +0100 |
tree | 59994d18156a90a00f77c6140fc33e6c32d855df | |
parent | bcfdb23464d0cd7b419081aeea54d1496947705a [diff] |
Analyze outdated CPS Dependencies - Updated the required Jetty, SpringBoot and Postgres dependencies Signed-off-by: leventecsanyi <levente.csanyi@est.tech> Change-Id: I29348f7647e26856dcea47f7f53d6d38d7d20e3e Issue-ID: CPS-1408
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