Skip to content
Snippets Groups Projects
Commit 132e1388 authored by michael.ramusi's avatar michael.ramusi
Browse files
parents 1515cd80 417cf665
No related branches found
No related tags found
No related merge requests found
# How to
## Description
This project aims to emulate microservice for an online store. In this project we have three microservices:
- AccountService : Takes care of events linked to user accounts
- OrderService : Takes care of events linked to orders from users
- StockService : Takes care of events linked to the stores stock
In the different services we test the appearance of certain events that trigger other ones. This is how the chain of command works and the services communicate together through the broker.
## Build the project
```
......@@ -17,15 +25,19 @@ run in /services
```
mvn spring-boot:run -Dorg.apache.activemq.SERIALIZABLE_PACKAGES=*
```
## Execute one client
run in /services
```
mvn exec:java@app -Dexec.args="127.0.0.1" -Dorg.apache.activemq.SERIALIZABLE_PACKAGES=*
```
the spring boot server also executes the various clients for the project
## Use application
A demonstration is available in
```
http://localhost:8080/demo.html
```
## Détails du travail de groupe
Mata Sebastian - sebastian.mata@etu.hesge.ch
Ramusi Michael - michael.ramusi@etu.hesge.ch
Vuilleumier Thierry - thierry.vuilleumier@etu.hesge.ch
Grant Roxanne - roxanne.grant@etu.hesge.ch
lien git :
https://githepia.hesge.ch/michael.ramusi/microservices.git
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment