When integrating redis in SSM framework, error creating bean with name ‘rediscontentserviceimpl’ defined in file
Error report: there is a problem with bean dependency, that is, there is a problem with bean injection. Finally, we found that there was a problem with the version of the connection between redis and jedis. We found a new version and solved it.
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.7.3</version>
</dependency>
<!-- spring-redis-->
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
<version>1.6.2.RELEASE</version>
</dependency>
Read More:
- [Solved] Redis Error: Error creating bean with name stringRedisTemplate defined in class path resource
- Error creating bean with name ‘redistemplate’ defined in class path resource
- Error creating bean with name ‘studentMapper‘ defined in file
- [Solved] Error creating bean with name ‘enableRedisKeyspaceNotificationsInitializer‘ defined in class path
- [Solved] Error in integrating redis with springboot: unable to connect to redis
- [Solved] Error creating bean with name ‘enableRedisKeyspaceNotificationsInitializer‘ defined in class path re
- [Solved] Springboot Error creating bean with name ‘dataSource’ defined in class path resource
- [Solved] Error creating bean with name ‘sqlSessionFactory‘ defined in class path resource
- SpringBoot Access Clickhouse Error: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘jdbcConverter’ defined in class path resource [***.class]
- Tk.mapper Common mapper Error: Error creating bean with name ‘commonMapper‘ defined in file xxx
- [Solved] nacos Startup Error: Error creating bean with name ‘authFilterRegistration‘ defined in class path resource
- [Solved] Error creating bean with name ‘braveHttpServerHandler‘ defined in class path
- Eclipse Tomcat Error creating bean with name ‘sqlSessionFactory’ defined in URL…
- Error creating bean with name ‘captchaController‘: Unsatisfied dependency expressed through field ‘c
- Spring cloud Eureka error creating bean with name
- [Solved] Redis Error: creating server tcp listening socket 127.0.0.1:6379: bind No error
- [Solved] Redis Error: Creating Server TCP listening socket *:6379: bind: No error
- [Solved] Redis Execute redis-cli shutdown Error: (error) ERR Errors trying to SHUTDOWN. Check logs.
- [Solved] Redis startup error Creating Server TCP listening socket 127.0.0.1:6379: bind: No error
- How to Fix Error when integrating spring cloud openfeign with spring cloud Alibaba