feat:把单词导入到数据库

This commit is contained in:
lbw
2025-12-10 13:49:21 +08:00
parent 8d1e2a5b75
commit 81f44376c5
9 changed files with 326 additions and 1 deletions

View File

@@ -75,6 +75,21 @@
<artifactId>commons-pool2</artifactId>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
</dependency>
</dependencies>
<build>