OCR识别-同步文档库修改

This commit is contained in:
liyawei
2022-03-03 11:57:31 +08:00
parent ee837c6402
commit 7e21e82b39
2 changed files with 93 additions and 19 deletions
@@ -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: