commit | 18addecbd1ac30fc0d2277a3dbd92036aea1ee52 | [log] [tgz] |
---|---|---|
author | wuchimedes <w2038234690@163.com> | Thu Apr 03 17:59:02 2025 +0800 |
committer | wuchimedes <w2038234690@163.com> | Thu Apr 03 17:59:02 2025 +0800 |
tree | 1ad6d08ebf8f79507273b356717d8a605cfd1a6f | |
parent | a573ea19fd1c9d4398fdc6c7fd9aafeee9e34a92 [diff] [blame] |
redis init Change-Id: I36190c86e7d2bf3f812f10bf40cd9bf8204484c5
diff --git a/pom.xml b/pom.xml index f1932cb..7bf796e 100644 --- a/pom.xml +++ b/pom.xml
@@ -92,6 +92,10 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-data-redis</artifactId> + </dependency> </dependencies> <build>