新增redis

此提交包含在:
2026-04-20 23:32:52 +08:00
父節點 fea143f0e1
當前提交 5a713e8160
共有 13 個檔案被更改,包括 1689 行新增514 行删除
+17
查看文件
@@ -190,6 +190,12 @@
<artifactId>UserAgentUtils</artifactId>
<version>1.20</version>
</dependency>
<!-- Source: https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp -->
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.12.13</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
@@ -207,6 +213,17 @@
<scope>system</scope>
<systemPath>${project.basedir}/src/main/resources/lib/jep-java-3.5-trial.jar</systemPath>
</dependency>
<!-- Redis依赖 -->
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
<version>1.8.17.RELEASE</version>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.9.3</version>
</dependency>
</dependencies>
<properties>
<project.build.sourceEncoding>