File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 20
20
<groupId >org.springframework.boot</groupId >
21
21
<artifactId >spring-boot-starter-data-redis</artifactId >
22
22
</dependency >
23
- <dependency >
24
- <groupId >org.springframework.boot</groupId >
25
- <artifactId >spring-boot-starter-data-redis-reactive</artifactId >
26
- </dependency >
23
+ <!-- <dependency> -- >
24
+ <!-- <groupId>org.springframework.boot</groupId> -- >
25
+ <!-- <artifactId>spring-boot-starter-data-redis-reactive</artifactId> -- >
26
+ <!-- </dependency> -- >
27
27
<dependency >
28
28
<groupId >org.springframework.boot</groupId >
29
29
<artifactId >spring-boot-starter-web</artifactId >
33
33
<groupId >org.springframework.boot</groupId >
34
34
<artifactId >spring-boot-starter-aop</artifactId >
35
35
</dependency >
36
- <dependency >
37
- <groupId >redis.clients</groupId >
38
- <artifactId >jedis</artifactId >
39
- <version >2.9.0</version >
40
- </dependency >
36
+ <!-- <dependency> -- >
37
+ <!-- <groupId>redis.clients</groupId> -- >
38
+ <!-- <artifactId>jedis</artifactId> -- >
39
+ <!-- <version>2.9.0</version> -- >
40
+ <!-- </dependency> -- >
41
41
<dependency >
42
42
<groupId >com.alibaba</groupId >
43
43
<artifactId >fastjson</artifactId >
You can’t perform that action at this time.
0 commit comments