Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Archi-Lab/prox-proposal-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prox Proposal Service

Add here the description...

Installation

mvn clean install

Executes the Maven default lifecycle up to the install phase. During package phase a runnable JAR is created and during install phase a docker image is build.

Local usage

Powershell

$env:IMAGE='prox-proposal-service'; `
$env:TAG='latest'; `
docker-compose -f ./src/main/docker/docker-compose.yml up

Bash/Shell

export IMAGE="prox-proposal-service" &&
export TAG="latest" &&
docker-compose -f ./src/main/docker/docker-compose.yml up

Starts a Docker container based on the compose file and the image. A Docker network named prox is required for the communication between services:

docker network create prox

Local usage in IntelliJ IDEA

For the necessary steps please look in Run/Debug in IntelliJ IDEA.

About the Team

This service is currently developed by

  • < Add your name here>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published