消毒以及依赖更新

This commit is contained in:
2026-03-07 18:09:39 +08:00
parent 4755a327eb
commit 9f65048d16
7 changed files with 58 additions and 2 deletions

View File

@@ -23,7 +23,11 @@
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional> <!-- 表示依赖不会传递 -->
</dependency>
<!-- Tess4J OCR 识别 -->
<dependency>
<groupId>net.sourceforge.tess4j</groupId>
<artifactId>tess4j</artifactId>
</dependency>
<!-- swagger3-->
<dependency>
<groupId>io.springfox</groupId>