第二章 Springboot进阶部分笔记

一、集成Redis 1、修改pom文件,增加依赖 <!-- redis --> <dependency>     <groupId>org.springframework.boot</groupId>     <artifactId>spring-boot-starter-data-redis</artifactId> </dependency> 2、在properties增加redis配置 #
相关文章
相关标签/搜索