reids配置

This commit is contained in:
xiongfeng
2022-06-21 18:20:08 +08:00
parent 87799b6034
commit f9bfc36482
2 changed files with 24 additions and 0 deletions

View File

@@ -82,6 +82,14 @@
<artifactId>spring-boot-starter-data-redis</artifactId>
<version>2.7.0</version>
</dependency>
<!--redis连接池需要依赖-->
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-pool2 -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
<version>2.11.1</version>
</dependency>
</dependencies>