From de16272ef45732ab8e2451285e81992b6d31fea3 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期一, 01 七月 2024 11:59:16 +0800 Subject: [PATCH] 阅卷补充题目答案,开始考试分页bug --- pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 81ae332..4bf0f97 100644 --- a/pom.xml +++ b/pom.xml @@ -43,6 +43,12 @@ <dependencies> + <!-- rabbitmq --> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-amqp</artifactId> + </dependency> + <!-- websocket --> <dependency> <groupId>org.springframework.boot</groupId> -- Gitblit v1.8.0