From d4efbe547f8b239ebe04c5a30927ddbff1dfd91d Mon Sep 17 00:00:00 2001 From: chenjiahe <763432473@qq.com> Date: 星期三, 19 一月 2022 16:23:30 +0800 Subject: [PATCH] 优化自动化加密 --- pom.xml | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 852c3fe..8cc4bb0 100644 --- a/pom.xml +++ b/pom.xml @@ -278,10 +278,16 @@ <artifactId>spring-boot-starter-forest</artifactId> <version>1.5.0-RC2</version> </dependency> + + <!-- redis --> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-data-redis</artifactId> + </dependency> </dependencies> <build> - <finalName>hx-demoboot</finalName> + <finalName>hx-common</finalName> <resources> <resource> <directory>src/main/java</directory> -- Gitblit v1.8.0