mirror of
https://gitee.com/dcren/initializr.git
synced 2025-11-28 09:22:41 +08:00
Promote new spring-boot-starter-webflux
This commit replaces the experimental starter with the new webflux starter. See also gh-367
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user