Skip to content

fidelisfelipe/microservices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microservice project

wakatime

Read Me First

wakatime Commitizen friendly GitHub last commit

Java JavaScript TypeScript Angular Node.js NPM Yarn HTML5 CSS3 Spring Boot Docker Docker Compose Kubernetes GitLab Jenkins Intellij Eclipse Maven

The following was discovered as part of building this project:

  • The original package name 'com.example.microservices.currency-conversion-service' is invalid and this project uses 'com.example.microservices.currencyconversionservice' instead.

Getting Started

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely:

Ports used

* Limite Service                    8080, 8081, ...        
    - http://localhost:8080/limits
* Currency Exchange Service         8000, 8001, 8002, ...   
    - http://localhost:8000/currency-exchange/from/EUR/to/INR
    - http://localhost:8000/h2-console
* Spring Cloud Config Service       8888
* Currency Conversion Service       8100, 8101, 8102, ...
    - http://localhost:8100/currency-conversion-feign/from/USA/to/INR/quantity/200
* Statemachine Service              8200, 8201, 8202, ...
    - http://localhost:8200/create
    - http://localhost:8200/state/last/1
* Netflix Eureka Naming Server      8761                    
    - http://localhost:8761/
* Netflix Zuul API Gateway Server   8765                    
    - http://localhost:8765/currency-conversion-service/currency-conversion-feign/from/USA/to/INR/quantity/200
* Zipkin Distributed Tracing Server 9411                    
    - http://localhost:9411/zipkin

dev

  • zipkin with rabbitmq
  set RABBIT_URI=amqp://localhost 
  java -jar zipkin-server-2.24.0-exec.jar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published