Skip to content

Microservices contains multiple cloud-native microservices built using spring cloud and has features such as API gateway, distributed tracing, and load balancing.

Notifications You must be signed in to change notification settings

raviranjan3570/microservices

Repository files navigation

Microservices

Running microservices locally

Microservice contains a set of Spring Boot applications and is built using Maven.

1. git clone https://github.com/raviranjan3570/currency-conversion-microservices.git
2. Make sure you have docker client installed in your system.
3. cd microservices
4. docker-compose up

Architecture

todo-screenshot

Database configuration

In its default configuration, todo uses an in-memory database (H2) which gets populated at startup with data. The h2 console is automatically exposed at http://localhost:8080/h2-console and it is possible to inspect the content of the database using the url from terminal.

About

Microservices contains multiple cloud-native microservices built using spring cloud and has features such as API gateway, distributed tracing, and load balancing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages