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

enabled hystrix in feign

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