mirror of
https://gitee.com/dcren/initializr.git
synced 2025-05-07 14:18:09 +08:00
Add missing starter attribute
This commit is contained in:
parent
65916948dd
commit
77ba0e4641
@ -53,6 +53,7 @@ initializr:
|
|||||||
artifactId: spring-boot-devtools
|
artifactId: spring-boot-devtools
|
||||||
description: Spring Boot Development Tools
|
description: Spring Boot Development Tools
|
||||||
versionRange: 1.3.0.M1
|
versionRange: 1.3.0.M1
|
||||||
|
starter: false
|
||||||
- name: Validation
|
- name: Validation
|
||||||
id: validation
|
id: validation
|
||||||
description: JSR-303 validation infrastructure (already included with web)
|
description: JSR-303 validation infrastructure (already included with web)
|
||||||
@ -71,6 +72,7 @@ initializr:
|
|||||||
description: Lombok
|
description: Lombok
|
||||||
versionRange: 1.3.0.M4 # same as Cloud because the version is defined there
|
versionRange: 1.3.0.M4 # same as Cloud because the version is defined there
|
||||||
bom: cloud-bom
|
bom: cloud-bom
|
||||||
|
starter: false
|
||||||
- name: Web
|
- name: Web
|
||||||
content:
|
content:
|
||||||
- name: Web
|
- name: Web
|
||||||
@ -120,6 +122,7 @@ initializr:
|
|||||||
groupId: org.springframework.data
|
groupId: org.springframework.data
|
||||||
artifactId: spring-data-rest-hal-browser
|
artifactId: spring-data-rest-hal-browser
|
||||||
versionRange: 1.3.0.M1
|
versionRange: 1.3.0.M1
|
||||||
|
starter: false
|
||||||
- name: Mobile
|
- name: Mobile
|
||||||
id: mobile
|
id: mobile
|
||||||
description: Simplify the development of mobile web applications with spring-mobile
|
description: Simplify the development of mobile web applications with spring-mobile
|
||||||
|
Loading…
Reference in New Issue
Block a user