spring-boot-starter-data-redis-reactive 和 spring-boot-starter-data-redis


    org.springframework.boot
    spring-boot-starter-data-redis-reactive


    org.springframework.boot
    spring-boot-starter-data-redis

在进行spring boot 2.2.6 版本整合redis 时发现,直接勾选引入的redis starer 和之前不太一样,特意去网上查了一下,发现二者并没有任何区别。只是名字不同而已。
Ctrl + 鼠标左键点进去发现。


  
    org.springframework.boot
    spring-boot-starter-data-redis
    2.2.6.RELEASE
    compile
  

spring-boot-starter-data-redis-reactive 引用的子依赖就是
spring-boot-starter-data-redis。

你可能感兴趣的:(Spring,Boot)