Skip to content

Files

Latest commit

448ec76 · Jun 4, 2020

History

History
This branch is 11 commits behind mudigal-technologies/microservices-sample:master.

service-two

Service Two

Use case

A simple application which generates UUID every minute and updates the same in H2/MySQL database. It also stores the UUID value generated by other service in its database asynchronously by Rabbit MQ (in case of docker environment).

Below are the architecture of the application in different environments:

Default Environment

alt tag

Execute mvn clean install spring-boot:run to bring up the application in default environment

Docker Environment

alt tag

Refer: https://github.com/vmudigal/microservices-sample to bring up the micro services sample complete application using docker profile.

Extras

Swagger UI

http://localhost:8084/swagger-ui.html

alt tag

H2 Console

Access the h2 database through web client: http://localhost:8084/h2

alt tag

alt tag

Technology

Microservices sample project uses a number of open source projects to work properly:

Tools

Help

Feel free to reach "vijayendrap@gmail.com" incase of any concerns.