From ff780ddc8ca310ca61f4e1b39164afe45dff4f7c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 9 Feb 2017 17:52:39 +0100 Subject: [PATCH] Add entry for the reactive mongodb starter --- initializr-service/src/main/resources/application.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/initializr-service/src/main/resources/application.yml b/initializr-service/src/main/resources/application.yml index 457c4867..2dfa960e 100644 --- a/initializr-service/src/main/resources/application.yml +++ b/initializr-service/src/main/resources/application.yml @@ -525,6 +525,13 @@ initializr: description: Accessing Data with MongoDB - rel: reference 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 id: data-cassandra description: Cassandra NoSQL Database, including spring-data-cassandra @@ -1068,6 +1075,7 @@ initializr: bom: experimental-reactive-bom versionRange: 2.0.0.BUILD-SNAPSHOT description: Reactive web development with Apache Tomcat and Spring Reactive (experimental) + weight: 75 types: - name: Maven Project id: maven-project