mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-20 10:38:12 +08:00
Change version range for reactive data libraries as well
See gh-429
This commit is contained in:
@@ -542,7 +542,7 @@ initializr:
|
|||||||
- name: Reactive MongoDB
|
- name: Reactive MongoDB
|
||||||
id: data-mongodb-reactive
|
id: data-mongodb-reactive
|
||||||
description: MongoDB NoSQL Database, including spring-data-mongodb and the reactive driver
|
description: MongoDB NoSQL Database, including spring-data-mongodb and the reactive driver
|
||||||
versionRange: 2.0.0.BUILD-SNAPSHOT
|
versionRange: 2.0.0.M1
|
||||||
weight: 50
|
weight: 50
|
||||||
links:
|
links:
|
||||||
- rel: reference
|
- rel: reference
|
||||||
@@ -565,7 +565,7 @@ initializr:
|
|||||||
- name: Reactive Cassandra
|
- name: Reactive Cassandra
|
||||||
id: data-cassandra-reactive
|
id: data-cassandra-reactive
|
||||||
description: Cassandra NoSQL Database, including spring-data-cassandra and the reactive driver
|
description: Cassandra NoSQL Database, including spring-data-cassandra and the reactive driver
|
||||||
versionRange: 2.0.0.BUILD-SNAPSHOT
|
versionRange: 2.0.0.M1
|
||||||
links:
|
links:
|
||||||
- rel: reference
|
- rel: reference
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-cassandra
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-cassandra
|
||||||
@@ -605,7 +605,7 @@ initializr:
|
|||||||
- 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 and Lettuce
|
||||||
versionRange: 2.0.0.BUILD-SNAPSHOT
|
versionRange: 2.0.0.M1
|
||||||
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