初始化项目

This commit is contained in:
2026-01-20 17:16:09 +08:00
parent 078f1cd7db
commit a9ea56a42d
8 changed files with 118 additions and 0 deletions

View File

@@ -48,6 +48,13 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<!-- Tess4J 依赖 -->
<dependency>
<groupId>net.sourceforge.tess4j</groupId>
<artifactId>tess4j</artifactId>
<version>5.18.0</version>
</dependency>
</dependencies>
<build>
<plugins>