UnsatisfiedDependencyException: Error creating bean with name

后端 未结 19 1046
遇见更好的自我
遇见更好的自我 2020-11-30 01:47

For several days I\'m trying to create Spring CRUD application. I\'m confused. I can\'t solve this errors.

org.springframework.beans.factory.Unsatisfi

19条回答
  •  囚心锁ツ
    2020-11-30 02:04

    That was the version incompatibility where their was the inclusion of lettuce. When i excluded , it worked for me.

    
        
                    org.springframework.boot
                    spring-boot-starter-data-redis
                    
                        
                            io.lettuce
                            lettuce-core
                        
                        
                
                
                    redis.clients
                    jedis
                
    

提交回复
热议问题