From 8668cae0615f4c493502252b94dd8fcbb2cac980 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 20 六月 2025 14:22:45 +0800 Subject: [PATCH] 修改common模块 --- se-common/pom.xml | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/se-common/pom.xml b/se-common/pom.xml index 9327875..a47dd61 100644 --- a/se-common/pom.xml +++ b/se-common/pom.xml @@ -107,6 +107,23 @@ <artifactId>javax.servlet-api</artifactId> </dependency> + <!-- SpringBoot Boot Redis --> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-data-redis</artifactId> + </dependency> + + <!-- SpringBoot Web --> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-web</artifactId> + </dependency> + + <!-- SpringDoc webmvc --> + <dependency> + <groupId>org.springdoc</groupId> + <artifactId>springdoc-openapi-ui</artifactId> + </dependency> </dependencies> </project> -- Gitblit v1.9.3