Springboot集成Redis

1. 添加依賴

<dependency>
  <groupId>org.springframework.boot</groupId>
   <artifactId>spring-boot-starter-redis</artifactId>
   <version>1.4.7.RELEASE</version>
</dependency>

註解:spring-boot-starter-redis依賴和spring-boot-starter-data-redis兩個依賴基本一致redis

2. application.properties配置redis信息

相關文章
相關標籤/搜索