问答详情
源自:9-1 springboot整合缓存Redis

配置连接池报错 提示版本不对

https://img3.mukewang.com/5b3c9cda00014ade07390140.jpg

https://img2.mukewang.com/5b3c9cda0001e27607830159.jpg

https://img3.mukewang.com/5b3c9cdb0001b97011120262.jpg

版本没问题

提问者:qq_李学习17_0 2018-07-04 18:09

个回答

  • 慕粉9256971
    2018-11-25 01:37:16

    springboot这个版本可以,但是它配套的redis版本低了。用下面这个版本覆盖一下

    <dependency>

    <groupId>org.springframework.data</groupId>

    <artifactId>spring-data-redis</artifactId>

    <version>2.0.6.RELEASE</version>

    </dependency>


  • 慕粉17771208632
    2018-07-05 16:07:08

    提示说你springboot版本太低,改成1.2或者更高的版本。我用的springboot是2.0.3