【修改】 错题集相关优化

This commit is contained in:
dlaren
2025-09-04 15:29:40 +08:00
parent cb077de58c
commit 6420ed6ba7
4 changed files with 59 additions and 117 deletions

View File

@@ -59,7 +59,11 @@
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-generator</artifactId> <!-- 代码生成器,使用它解析表结构 -->
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.17.1</version> <!-- 请使用最新版本 -->
</dependency>
<dependency>
<groupId>pc.exam.gg</groupId>
<artifactId>exam-spring-boot-starter-redis</artifactId>