當前位置:
首頁 >
前端技术
> javascript
>内容正文
javascript
SpringBoot 整合Redis报错:NoClassDefFoundError: redis/clients/util/SafeEncoder
生活随笔
收集整理的這篇文章主要介紹了
SpringBoot 整合Redis报错:NoClassDefFoundError: redis/clients/util/SafeEncoder
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
QUESTION:SpringBoot 整合Redis報錯:NoClassDefFoundError: redis/clients/util/SafeEncoder?
?
ANSWER:
這種情況是版本不兼容,可以考慮更換redis版本:
<dependency><groupId>redis.clients</groupId><artifactId>jedis</artifactId><version>2.9.0</version> </dependency>?
?
總結
以上是生活随笔為你收集整理的SpringBoot 整合Redis报错:NoClassDefFoundError: redis/clients/util/SafeEncoder的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: lstm_crf
- 下一篇: 专家:人工智能开始对现实世界产生重大影响