mirror of
https://gitee.com/dcren/initializr.git
synced 2026-09-19 14:27:41 +08:00
Deprecate data-redis-reactive entry
This commit also removes the explicit reference to the driver as it is now different according to the chosen Spring Boot generation. Closes gh-521
This commit is contained in:
@@ -603,7 +603,7 @@ initializr:
|
|||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-neo4j
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-neo4j
|
||||||
- name: Redis
|
- name: Redis
|
||||||
id: data-redis
|
id: data-redis
|
||||||
description: Redis key-value data store, including spring-data-redis and Jedis
|
description: Redis key-value data store, including spring-data-redis
|
||||||
aliases:
|
aliases:
|
||||||
- redis
|
- redis
|
||||||
mappings:
|
mappings:
|
||||||
@@ -619,8 +619,8 @@ initializr:
|
|||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-redis
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-redis
|
||||||
- name: Reactive Redis
|
- name: Reactive Redis
|
||||||
id: data-redis-reactive
|
id: data-redis-reactive
|
||||||
description: Redis key-value data store, including spring-data-redis and Lettuce
|
description: Redis key-value data store, including spring-data-redis
|
||||||
versionRange: 2.0.0.M1
|
versionRange: "[2.0.0.M1,2.0.0.M5)"
|
||||||
links:
|
links:
|
||||||
- rel: guide
|
- rel: guide
|
||||||
href: https://spring.io/guides/gs/messaging-redis/
|
href: https://spring.io/guides/gs/messaging-redis/
|
||||||
|
|||||||
Reference in New Issue
Block a user