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

enabled hystrix in feign

parent 31343753
...@@ -14,3 +14,5 @@ feign: ...@@ -14,3 +14,5 @@ feign:
config: config:
default: default:
loggerLevel: BASIC loggerLevel: BASIC
hystix:
enabled: true
\ No newline at end of file
...@@ -4,3 +4,7 @@ spring: ...@@ -4,3 +4,7 @@ spring:
host: localhost host: localhost
port: 27017 port: 27017
database: ecom 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