|
|
@ -25,13 +25,13 @@ management:
|
|
|
enabled: false
|
|
|
|
|
|
#Hystrix
|
|
|
hystrix:
|
|
|
command:
|
|
|
default:
|
|
|
execution:
|
|
|
isolation:
|
|
|
thread:
|
|
|
timeoutInMilliseconds: 30000
|
|
|
#hystrix:
|
|
|
# command:
|
|
|
# default:
|
|
|
# execution:
|
|
|
# isolation:
|
|
|
# thread:
|
|
|
# timeoutInMilliseconds: 30000
|
|
|
|
|
|
#Application error definition, this file define common errors,
|
|
|
#if the error is used only in your application, please define it in your application configuration file.
|