OCR识别-调用外部服务

This commit is contained in:
liyawei
2022-03-03 09:10:38 +08:00
parent 3be2c37b58
commit 46fd7476c3
5 changed files with 142 additions and 16 deletions
@@ -57,6 +57,14 @@
<version>1.1.8</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.springframework.cloud</groupId>-->
<!-- <artifactId>spring-cloud-netflix-core</artifactId>-->
<!-- </dependency>-->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-openfeign-core</artifactId>
</dependency>
</dependencies>