(目录)
手摸手4-springboot整合redis,实现自动文档
引入依赖
<!-- redis相关 -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
标签:springboot,redis,boot,commons,文档,org
From: https://blog.51cto.com/onejson/7327221