Skip to content

PrashantJava-tech/api-gateway-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

api-gateway-service

api-gateway-service. This service created to work as gateway and which handles all client request coming and will route to respective services.

It uses below annotations. @SpringBootApplication @EnableEurekaClient @EnableHystrix

And its application.yml file contains below piece of code.

predicates: filters:

  • name: CircuitBreaker fallbackuri: forward:/accountServiceFallback

About

api-gateway-service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages