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