Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.24 KB

File metadata and controls

27 lines (19 loc) · 1.24 KB

Microservices

This directory contains the different microservices developed in the book. In order of appearance:

The -consumer projects invoke the corresponding services:

Be aware to run both at the same time.

Each project is built with Apache Maven:

cd $DIRECTORY
mvn clean package

Each project contains a README with running instructions.