1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| #服务器端口
| server:
| port: 8108
|
| #报表配置
| report:
| enabled: true
| database:
| provider:
| prefix: blade-
|
| #单独对report模块下的getParcelList 方法进行超时时间设置 格式为 feignClient调用的接口名#方法名(参数类型(String/int)如果为对象则直接填写对象类名)
| #hystrix:
| # command:
| # ReportClient#getParcelList(String):
| # execution:
| # isolation:
| # thread:
| # timeoutInMilliseconds: 10000
|
|