Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rbaul authored and rbaul committed Dec 23, 2023
1 parent e79c39f commit c3c7783
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
[![Build Gradle](https://github.com/rbaul/microservice-visualization/actions/workflows/gradle.yml/badge.svg?branch=main)](https://github.com/rbaul/microservice-visualization/actions/workflows/gradle.yml)
[![Docker Image Publish](https://github.com/rbaul/microservice-visualization/actions/workflows/docker-image.yaml/badge.svg?branch=main)](https://github.com/rbaul/microservice-visualization/actions/workflows/docker-image.yaml)

## Live
> * [Live demo](https://microservice-visualization.glitch.me/)
> * [Demo project](https://github.com/rbaul/microservice-visualization-demo-project)
All Spring Boot (Java) applications has dependencies to other applications, that mean has some library of DTO (Data transfer Object) that common use in all applications that communicate with specific application. This way we can create microservice topology.
#### Example
> * Application: customer
Expand Down

0 comments on commit c3c7783

Please sign in to comment.