第二章 Springboot進階部分筆記

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