mirror of
https://gitee.com/dcren/initializr.git
synced 2025-07-17 10:41:57 +08:00
Reorganize experimental group
This commit is contained in:
parent
2845b0d3f0
commit
672cf31c27
@ -64,15 +64,6 @@ initializr:
|
|||||||
kotlin:
|
kotlin:
|
||||||
version: 1.0.3
|
version: 1.0.3
|
||||||
dependencies:
|
dependencies:
|
||||||
- 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: 1.4.0.RC1
|
|
||||||
description: Reactive web development with Tomcat and Spring Reactive (experimental)
|
|
||||||
- name: Core
|
- name: Core
|
||||||
content:
|
content:
|
||||||
- name: Security
|
- name: Security
|
||||||
@ -703,6 +694,15 @@ initializr:
|
|||||||
- name: Remote Shell
|
- name: Remote Shell
|
||||||
id: remote-shell
|
id: remote-shell
|
||||||
description: CRaSH shell integration
|
description: CRaSH shell integration
|
||||||
|
- 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: 1.4.0.RC1
|
||||||
|
description: Reactive web development with Tomcat and Spring Reactive (experimental)
|
||||||
types:
|
types:
|
||||||
- name: Maven Project
|
- name: Maven Project
|
||||||
id: maven-project
|
id: maven-project
|
||||||
|
Loading…
Reference in New Issue
Block a user