mirror of
https://gitee.com/dcren/initializr.git
synced 2025-12-02 11:24:04 +08:00
Enable Azure support for Spring Boot 2
Closes gh-618
This commit is contained in:
@@ -27,8 +27,10 @@ initializr:
|
|||||||
artifactId: azure-spring-boot-bom
|
artifactId: azure-spring-boot-bom
|
||||||
versionProperty: azure.version
|
versionProperty: azure.version
|
||||||
mappings:
|
mappings:
|
||||||
- versionRange: "[1.5.4.RELEASE,2.0.0.M1)"
|
- versionRange: "[1.5.4.RELEASE,2.0.0.RELEASE)"
|
||||||
version: 0.2.3
|
version: 0.2.3
|
||||||
|
- versionRange: "2.0.0.RELEASE"
|
||||||
|
version: 2.0.1
|
||||||
codecentric-spring-boot-admin:
|
codecentric-spring-boot-admin:
|
||||||
groupId: de.codecentric
|
groupId: de.codecentric
|
||||||
artifactId: spring-boot-admin-dependencies
|
artifactId: spring-boot-admin-dependencies
|
||||||
@@ -1095,7 +1097,7 @@ initializr:
|
|||||||
artifactId: spring-cloud-services-starter-circuit-breaker
|
artifactId: spring-cloud-services-starter-circuit-breaker
|
||||||
- name: Azure
|
- name: Azure
|
||||||
bom: azure
|
bom: azure
|
||||||
versionRange: "[1.5.4.RELEASE,2.0.0.M1)"
|
versionRange: "1.5.4.RELEASE"
|
||||||
content:
|
content:
|
||||||
- name: Azure Support
|
- name: Azure Support
|
||||||
id: azure-support
|
id: azure-support
|
||||||
|
|||||||
Reference in New Issue
Block a user