OCR-上传,校核

This commit is contained in:
liyawei
2022-02-18 14:05:33 +08:00
parent 7e784c280c
commit 86852c92d7
18 changed files with 1241 additions and 1 deletions
+22 -1
View File
@@ -80,7 +80,28 @@
<classifier>jdk15</classifier>
<!-- jdk版本 -->
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk14</artifactId>
<version>1.64</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
</dependency>
<!-- thymeleaf依赖 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
<!-- pageOffice本地依赖 -->
<dependency>
<groupId>com.zhuozheng</groupId>
<artifactId>pageoffice</artifactId>
<version>4.5.0.9</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/resources/lib/pageoffice4.5.0.9.jar</systemPath>
</dependency>
</dependencies>
</project>