OCR识别-同步文档库修改
This commit is contained in:
@@ -316,6 +316,29 @@ OCR:
|
||||
times: 20
|
||||
# OCR转换类型
|
||||
convertType: BOTH
|
||||
## 这个IFeignService是加了@FeignClient注解的类
|
||||
local-tool:
|
||||
ribbon:
|
||||
## 服务提供者的地址,不是服务注册中心的地址
|
||||
listOfServers: http://139.9.235.66:9022
|
||||
|
||||
## 这个要有,如果不加,只加了上面也没用
|
||||
ribbon:
|
||||
eureka:
|
||||
enabled: false
|
||||
#ribbon的超时时间
|
||||
ReadTimeout: 60000
|
||||
ConnectTimeout: 60000
|
||||
#hystrix的超时时间
|
||||
hystrix:
|
||||
command:
|
||||
default:
|
||||
execution:
|
||||
timeout:
|
||||
enabled: true
|
||||
isolation:
|
||||
thread:
|
||||
timeoutInMilliseconds: 60000
|
||||
## eureka注册中心
|
||||
eureka:
|
||||
client:
|
||||
|
||||
Reference in New Issue
Block a user