https://github.com/shubhamv108/microservices-architecture-spring-boot
A sinple demonstration of micro-service architecture using spring boot.
https://github.com/shubhamv108/microservices-architecture-spring-boot
api-gateway centralized-configuration circuit-breaker cloud-gateway distributed-log distributed-log-tracing eureka-client eureka-server eureka-service-discovery hystrix kubernetes microservices-architecture service-registry spring-boot spring-cloud-config spring-cloud-config-server spring-hystrix zipkin zipkin-sleuth
Last synced: 2 months ago
JSON representation
A sinple demonstration of micro-service architecture using spring boot.
- Host: GitHub
- URL: https://github.com/shubhamv108/microservices-architecture-spring-boot
- Owner: shubhamv108
- Created: 2021-01-05T09:41:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-01T13:40:43.000Z (almost 4 years ago)
- Last Synced: 2025-01-29T22:44:46.556Z (4 months ago)
- Topics: api-gateway, centralized-configuration, circuit-breaker, cloud-gateway, distributed-log, distributed-log-tracing, eureka-client, eureka-server, eureka-service-discovery, hystrix, kubernetes, microservices-architecture, service-registry, spring-boot, spring-cloud-config, spring-cloud-config-server, spring-hystrix, zipkin, zipkin-sleuth
- Language: Java
- Homepage:
- Size: 52.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Eureka
http://localhost:8761/#### Hystrix
##### Stream
http://linux:9191/actuator/hystrix.stream
##### Monitor
http://linux:9295/hystrix/monitor#### Config Server
https://github.com/shubham-v/config-server#### Zipkin
http://127.0.0.1:9411/zipkin/#### Exceptions
https://stackoverflow.com/questions/17148948/com-jcraft-jsch-jschexception-auth-fail-with-working-passwords#### References
https://www.youtube.com/watch?v=BnknNTN8icw