Skip to content

Commit ad9605f

Browse files
committed
enable redis
1 parent b0da353 commit ad9605f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
<groupId>io.dropwizard.metrics</groupId>
4545
<artifactId>metrics-core</artifactId>
4646
</dependency>
47-
<!-- <dependency>
47+
<dependency>
4848
<groupId>org.springframework.boot</groupId>
4949
<artifactId>spring-boot-starter-data-redis</artifactId>
50-
</dependency>-->
50+
</dependency>
5151
<dependency>
5252
<groupId>org.springframework.boot</groupId>
5353
<artifactId>spring-boot-starter-test</artifactId>

0 commit comments

Comments
 (0)