mirror of
https://gitee.com/dcren/initializr.git
synced 2025-05-04 20:58:03 +08:00
Polish "Add support for Microsoft Azure"
Closes gh-492
This commit is contained in:
parent
92adb903cf
commit
82ddf90192
@ -27,8 +27,8 @@ initializr:
|
|||||||
artifactId: azure-spring-boot-bom
|
artifactId: azure-spring-boot-bom
|
||||||
versionProperty: azure.version
|
versionProperty: azure.version
|
||||||
mappings:
|
mappings:
|
||||||
- versionRange: "1.5.4.RELEASE"
|
- versionRange: "[1.5.4.RELEASE,2.0.0.M1)"
|
||||||
version: 0.1.9
|
version: 0.2.0
|
||||||
spring-cloud:
|
spring-cloud:
|
||||||
groupId: org.springframework.cloud
|
groupId: org.springframework.cloud
|
||||||
artifactId: spring-cloud-dependencies
|
artifactId: spring-cloud-dependencies
|
||||||
@ -977,7 +977,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
|
versionRange: "[1.5.4.RELEASE,2.0.0.M1)"
|
||||||
content:
|
content:
|
||||||
- name: Azure Support
|
- name: Azure Support
|
||||||
id: azure-support
|
id: azure-support
|
||||||
@ -1016,7 +1016,7 @@ initializr:
|
|||||||
id: azure-storage
|
id: azure-storage
|
||||||
groupId: com.microsoft.azure
|
groupId: com.microsoft.azure
|
||||||
artifactId: azure-storage-spring-boot-starter
|
artifactId: azure-storage-spring-boot-starter
|
||||||
description: Spring Boot starter for Azure Storage service
|
description: Azure Storage service integration
|
||||||
links:
|
links:
|
||||||
- rel: guide
|
- rel: guide
|
||||||
href: https://github.com/Microsoft/azure-spring-boot/tree/master/azure-spring-boot-samples/azure-storage-spring-boot-sample
|
href: https://github.com/Microsoft/azure-spring-boot/tree/master/azure-spring-boot-samples/azure-storage-spring-boot-sample
|
||||||
|
Loading…
Reference in New Issue
Block a user