From 1c0ac830ea2835bad033137a9154ef1c3e587dcb Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期二, 12 三月 2024 09:15:58 +0800 Subject: [PATCH] 第一次登录修改密码、报警阈值分数 --- ycl-common/pom.xml | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/ycl-common/pom.xml b/ycl-common/pom.xml index 67ab2fd..d5b3290 100644 --- a/ycl-common/pom.xml +++ b/ycl-common/pom.xml @@ -43,7 +43,10 @@ <groupId>org.apache.tomcat.embed</groupId> <artifactId>tomcat-embed-core</artifactId> </dependency> - + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-data-redis</artifactId> + </dependency> </dependencies> </project> -- Gitblit v1.8.0