From fa485e36906d4d8c259ce566cdb85bbe0ed587f9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 24 Feb 2017 14:17:46 +0100 Subject: [PATCH] Promote new spring-boot-starter-webflux This commit replaces the experimental starter with the new webflux starter. See also gh-367 --- .../src/main/resources/application.yml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/initializr-service/src/main/resources/application.yml b/initializr-service/src/main/resources/application.yml index 43c2d9c2..4f2a83cf 100644 --- a/initializr-service/src/main/resources/application.yml +++ b/initializr-service/src/main/resources/application.yml @@ -237,6 +237,11 @@ initializr: - rel: guide href: https://spring.io/guides/tutorials/bookmarks/ description: Building REST services with Spring + - name: Reactive Web + id: webflux + versionRange: 2.0.0.BUILD-SNAPSHOT + description: Reactive web development with Netty and Spring WebFlux + weight: 90 - name: Websocket id: websocket description: Websocket development with SockJS and STOMP @@ -1061,16 +1066,6 @@ initializr: id: remote-shell description: CRaSH shell integration versionRange: "[1.0.0.RELEASE,1.5.0.RC1)" - - name: Experimental - content: - - name: Reactive Web - id: experimental-web-reactive - groupId: org.springframework.boot.experimental - artifactId: spring-boot-starter-web-reactive - 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