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

enabled hystrix in feign

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