Add missing starter attribute

This commit is contained in:
Stephane Nicoll 2015-12-09 15:18:58 +01:00
parent 65916948dd
commit 77ba0e4641

View File

@ -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