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