mirror of
https://gitee.com/dcren/initializr.git
synced 2026-08-10 11:13:34 +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
|
- rel: guide
|
||||||
href: https://spring.io/guides/tutorials/bookmarks/
|
href: https://spring.io/guides/tutorials/bookmarks/
|
||||||
description: Building REST services with Spring
|
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
|
- name: Websocket
|
||||||
id: websocket
|
id: websocket
|
||||||
description: Websocket development with SockJS and STOMP
|
description: Websocket development with SockJS and STOMP
|
||||||
@@ -1061,16 +1066,6 @@ initializr:
|
|||||||
id: remote-shell
|
id: remote-shell
|
||||||
description: CRaSH shell integration
|
description: CRaSH shell integration
|
||||||
versionRange: "[1.0.0.RELEASE,1.5.0.RC1)"
|
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:
|
types:
|
||||||
- name: Maven Project
|
- name: Maven Project
|
||||||
id: maven-project
|
id: maven-project
|
||||||
|
|||||||
Reference in New Issue
Block a user