Consider defining a bean of type 'org.springframework.data.redis.connection.RedisConnectionFactory' in your configuration

时间:2022-12-31 11:20:50
Description:

Parameter 0 of method redisTemplate in com.liaojie.cloud.auth.server.config.redis.RedisConfiguration required a bean of type 
'org.springframework.data.redis.connection.RedisConnectionFactory' that could not be found. Action: Consider defining a bean of type 'org.springframework.data.redis.connection.RedisConnectionFactory' in your configuration.

解决方案:

     <dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>

Consider defining a bean of type 'org.springframework.data.redis.connection.RedisConnectionFactory' in your configuration的更多相关文章

  1. SpringBoot- springboot集成Redis出现报错:No qualifying bean of type &&num;39&semi;org&period;springframework&period;data&period;redis&period;connection&period;RedisConnectionFactory&&num;39&semi;

    Springboot将accessToke写入Redisk 缓存,springboot集成Redis出现报错 No qualifying bean of type 'org.springframewo ...

  2. Parameter 0 of method redisTemplate in org&period;springframework&period;boot&period;autoconfigure&period;data&period;redis&period;RedisAutoConfiguration required a bean of type &&num;39&semi;org&period;springframework&period;data&period;redis&period;connection&period;RedisConnectionFactor

    Error starting ApplicationContext. To display the conditions report re-run your application with 'de ...

  3. Field redisTemplate in xxxxxx required a bean of type &&num;39&semi;org&period;springframework&period;data&period;redis&period;core&period;RedisTemplate&&num;39&semi; that could not be found&period;

    *************************** APPLICATION FAILED TO START *************************** Description: Fie ...

  4. Spring Cloud ZooKeeper集成Feign的坑1,错误:Consider defining a bean of type &&num;39&semi;org&period;springframework&period;web&period;client&period;RestTemplate&&num;39&semi; in your configuration&period;

    错误如下: ERROR 31473 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter : *************************** A ...

  5. Consider defining a bean of type &&num;39&semi;org&period;springframework&period;web&period;client&period;RestTemplate&&num;39&semi; in your configuration

    https://www.cnblogs.com/EasonJim/p/7546136.html 错误如下: ERROR 31473 --- [ main] o.s.b.d.LoggingFailure ...

  6. Consider defining a bean of type &&num;39&semi;XX&period;XX&period;XX&period;XX&period;mapper&period;XXMapper&&num;39&semi; in your configuration&period;

    今天构建一个springboot 项目,采用mybatis+mysql 然后就出现了这种错误....浪费我半天时间 Description: Field loginLogMapper in com.g ...

  7. 解决 Spring Oauth2 RedisTokenStore storeAccessToken 报错 java&period;lang&period;NoSuchMethodError&colon; org&period;springframework&period;data&period;redis&period;connection&period;RedisConnection&period;set

    原因是Spring 版本兼容问题 参考: https://blog.csdn.net/smollsnail/article/details/78954225 继承 RedisTokenStore 修改 ...

  8. 解决&colon;No qualifying bean of type &lbrack;org&period;springframework&period;jdbc&period;core&period;JdbcTemplate&rsqb; found for dependency

    错误: Description: Field jdbcTemplate in com.gwd.dao.impl.IUserDaoImpl required a bean of type 'org.sp ...

  9. 【spring boot】mybatis启动报错:Consider defining a bean of type &&num;39&semi;com&period;newhope&period;interview&period;dao&period;UserMapper&&num;39&semi; in your configuration&period; 【Mapper类不能被找到】&commat;Mapper 和&commat;MapperScan注解的区别

    启动报错: 2018-05-16 17:22:58.161 ERROR 4080 --- Disconnected from the target VM, address: '127.0.0.1:50 ...

随机推荐

  1. 【python】Redis介绍及简单使用

    一.redis redis是一个key-value存储系统.和 Memcached类似,它支持存储的value类型相对更多,包括string(字符串). list(链表).set(集合).zset(s ...

  2. bootstrap学习

    1. bootstrap使用了less作为预编译器,他是结构清晰层次分明的css页面构建样式,即使你不喜欢bootstrap的样式,你仍然可以借鉴bootstrap编写css的这种方式 2.boots ...

  3. env

    shell环境变量以及set,env,export的区别 原文链接 一.shell环境变量的分类以及set env export的区别: set:显示(设置)shell变量 包括的私有变量以及用户变量 ...

  4. 如何使用JMeter来实现更大批量的并发的解决方案&lpar;即如何设置controller和Agent&rpar;

    http://www.testwo.com/blog/6373 近期在用JMeter进行负载测试的 时候,发现使用单台机器模拟测试超过比如500个进程的并发就有些力不从心或者说不能如实的反应实际情况, ...

  5. 稳定婚姻问题和Gale-Shapley算法&lpar;转&rpar;

    什么是算法?每当有人问作者这样的问题时,他总会引用这个例子:假如你是一个媒人,有若干个单身男子登门求助,还有同样多的单身女子也前来征婚.如果你已经知道这些女孩儿在每个男孩儿心目中的排名,以及男孩儿们在 ...

  6. jquery 封装

    (function($) { var plugName = "teamMingXi"; var teamMingXi = { open : function(type) { var ...

  7. springBoot&lpar;4&rpar;---热部署,配置文件使用

    热部署,配置文件使用 一.热加载 spring为开发者提供了一个名为spring-boot-devtools的模块来使Spring Boot应用支持热部署,提高开发者的开发效率,无需手动重启Sprin ...

  8. cocos2d-js&colon;游戏进入后台和返回游戏的事件捕获和处理

    cocos2d-js 3.x处理 游戏置入后台和返回游戏的事件处理很方便 只需通过事件管理类cc.eventManager,自定义一个监听事件即可 代码如下 cc.eventManager.addCu ...

  9. bazel build &sol;&sol;tensorflow&sol;examples&sol;android&colon;tensorflow&lowbar;demo报错: fatal error&colon; &&num;39&semi;cuda&lowbar;runtime&period;h&&num;39&semi; file not found

    In file included from ./third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:external/eigen_archive/u ...

  10. VIM 键盘符号

    :h key-notation //查询键盘符号说明<>> 等于shift + > % 是跳到对应的括号 x 是删除当前字符,即右括号 '' 是跳回左括号 x 删除左括号