Commit 387a7761 authored by Ashok Kumar K's avatar Ashok Kumar K

enabled hystrix in feign

parent 31343753
......@@ -13,4 +13,6 @@ feign:
client:
config:
default:
loggerLevel: BASIC
\ No newline at end of file
loggerLevel: BASIC
hystix:
enabled: true
\ No newline at end of file
......@@ -3,4 +3,8 @@ spring:
mongodb:
host: localhost
port: 27017
database: ecom
\ No newline at end of file
database: ecom
feign:
hystix:
enabled: true
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment