mirror of
https://gitee.com/dcren/initializr.git
synced 2025-05-07 06:08:04 +08:00
Restore Spring Cloud support in 1.3.x
Based on the work in gh-121 (6df0fd3
), Spring Cloud can now be used again
with Spring Boot 1.3.
This commit is contained in:
parent
9507cfb3c2
commit
4bf3be90db
@ -19,7 +19,12 @@ initializr:
|
|||||||
cloud-bom:
|
cloud-bom:
|
||||||
groupId: org.springframework.cloud
|
groupId: org.springframework.cloud
|
||||||
artifactId: spring-cloud-starter-parent
|
artifactId: spring-cloud-starter-parent
|
||||||
version: Angel.SR3
|
mappings:
|
||||||
|
- versionRange: "[1.2.3.RELEASE,1.3.0.M1)"
|
||||||
|
version: Angel.SR3
|
||||||
|
- versionRange: 1.3.0.M1
|
||||||
|
version: Brixton.BUILD-SNAPSHOT
|
||||||
|
repositories: spring-snapshots,spring-milestones
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: Core
|
- name: Core
|
||||||
content:
|
content:
|
||||||
@ -138,7 +143,7 @@ initializr:
|
|||||||
description: Support for the Elasticsearch search and analytics engine including spring-data-elasticsearch
|
description: Support for the Elasticsearch search and analytics engine including spring-data-elasticsearch
|
||||||
- name: Cloud
|
- name: Cloud
|
||||||
bom: cloud-bom
|
bom: cloud-bom
|
||||||
versionRange: "[1.2.3.RELEASE,1.3.0.M1)"
|
versionRange: "1.2.3.RELEASE"
|
||||||
content:
|
content:
|
||||||
- name: Cloud Connectors
|
- name: Cloud Connectors
|
||||||
id: cloud-connectors
|
id: cloud-connectors
|
||||||
|
Loading…
Reference in New Issue
Block a user