mirror of
https://gitee.com/dcren/initializr.git
synced 2025-11-28 17:32:34 +08:00
Add entry for the reactive mongodb starter
This commit is contained in:
@@ -525,6 +525,13 @@ initializr:
|
|||||||
description: Accessing Data with MongoDB
|
description: Accessing Data with MongoDB
|
||||||
- rel: reference
|
- rel: reference
|
||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-mongodb
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-mongodb
|
||||||
|
- name: Reactive MongoDB
|
||||||
|
id: data-mongodb-reactive
|
||||||
|
description: MongoDB NoSQL Database, including spring-data-mongodb and the reactive driver
|
||||||
|
weight: 50
|
||||||
|
links:
|
||||||
|
- rel: reference
|
||||||
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-mongodb
|
||||||
- name: Cassandra
|
- name: Cassandra
|
||||||
id: data-cassandra
|
id: data-cassandra
|
||||||
description: Cassandra NoSQL Database, including spring-data-cassandra
|
description: Cassandra NoSQL Database, including spring-data-cassandra
|
||||||
@@ -1068,6 +1075,7 @@ initializr:
|
|||||||
bom: experimental-reactive-bom
|
bom: experimental-reactive-bom
|
||||||
versionRange: 2.0.0.BUILD-SNAPSHOT
|
versionRange: 2.0.0.BUILD-SNAPSHOT
|
||||||
description: Reactive web development with Apache Tomcat and Spring Reactive (experimental)
|
description: Reactive web development with Apache Tomcat and Spring Reactive (experimental)
|
||||||
|
weight: 75
|
||||||
types:
|
types:
|
||||||
- name: Maven Project
|
- name: Maven Project
|
||||||
id: maven-project
|
id: maven-project
|
||||||
|
|||||||
Reference in New Issue
Block a user