From 196829a351cac0c7504a16e314c6f1169d1149e7 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期二, 13 六月 2023 10:19:54 +0800 Subject: [PATCH] 批量上传题库 --- smartor/pom.xml | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/smartor/pom.xml b/smartor/pom.xml index acbb29b..3bdf790 100644 --- a/smartor/pom.xml +++ b/smartor/pom.xml @@ -28,7 +28,11 @@ <artifactId>swagger-annotations</artifactId> <version>1.6.2</version> </dependency> - + <dependency> + <groupId>cn.afterturn</groupId> + <artifactId>easypoi-spring-boot-starter</artifactId> + <version>4.4.0</version> + </dependency> </dependencies> </project> \ No newline at end of file -- Gitblit v1.9.3