mirror of
https://gitee.com/dcren/initializr.git
synced 2025-04-24 18:04:58 +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:
parent
631bc2591a
commit
3ab897654a
@ -603,7 +603,7 @@ initializr:
|
||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-neo4j
|
||||
- name: 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:
|
||||
- redis
|
||||
mappings:
|
||||
@ -619,8 +619,8 @@ initializr:
|
||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-redis
|
||||
- name: Reactive Redis
|
||||
id: data-redis-reactive
|
||||
description: Redis key-value data store, including spring-data-redis and Lettuce
|
||||
versionRange: 2.0.0.M1
|
||||
description: Redis key-value data store, including spring-data-redis
|
||||
versionRange: "[2.0.0.M1,2.0.0.M5)"
|
||||
links:
|
||||
- rel: guide
|
||||
href: https://spring.io/guides/gs/messaging-redis/
|
||||
|
Loading…
Reference in New Issue
Block a user