mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-18 17:48:14 +08:00
Hide Spring Cloud with Spring Boot 1.3+
There are various reports that things are broken with the first Spring Boot 1.3 milestone and the currently released Spring Cloud version. We're now hiding it until the underlying issue is fixed.
This commit is contained in:
@@ -138,7 +138,7 @@ initializr:
|
||||
description: Support for the Elasticsearch search and analytics engine including spring-data-elasticsearch
|
||||
- name: Cloud
|
||||
bom: cloud-bom
|
||||
versionRange: 1.2.3.RELEASE
|
||||
versionRange: "[1.2.3.RELEASE,1.3.0.M1)"
|
||||
content:
|
||||
- name: Cloud Connectors
|
||||
id: cloud-connectors
|
||||
|
Reference in New Issue
Block a user