码迷,mamicode.com
首页 > 编程语言 > 详细

SpringBoot整合Rredis

时间:2020-01-01 09:58:56      阅读:64      评论:0      收藏:0      [点我收藏+]

标签:enc   必须   react   reac   mil   black   pass   pen   技术   

一、创建项目并导入依赖

? ?

<dependency>

<groupId>org.springframework.boot</groupId>

<artifactId>spring-boot-starter-data-redis-reactive</artifactId>

</dependency>

<dependency>

<groupId>org.springframework.boot</groupId>

<artifactId>spring-boot-starter-security</artifactId>

</dependency>

<dependency>

<groupId>org.springframework.boot</groupId>

<artifactId>spring-boot-starter-web</artifactId>

</dependency>

? ?

注:新版的redis远程访问时必须要导入security否则会出现错误

? ?

? ?

二、相关配置

? ?

application.properies

? ?

spring.redis.port=6379

spring.redis.host=192.168.21.130

spring.redis.password=fernfei

#选第一个库

spring.redis.database=0

? ?

? ?

技术图片

? ?

注:security访问时需要登陆,默认用户名user,密码在启动时的控制台

技术图片

SpringBoot整合Rredis

标签:enc   必须   react   reac   mil   black   pass   pen   技术   

原文地址:https://www.cnblogs.com/fernfei/p/12128012.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!