mirror of
https://gitee.com/dcren/initializr.git
synced 2025-12-03 03:44:05 +08:00
Add support for Spring Cloud Gateway
Closes gh-522
This commit is contained in:
@@ -785,6 +785,16 @@ initializr:
|
|||||||
- versionRange: "[1.2.3.RELEASE,1.5.x.RELEASE]"
|
- versionRange: "[1.2.3.RELEASE,1.5.x.RELEASE]"
|
||||||
artifactId: spring-cloud-starter-zuul
|
artifactId: spring-cloud-starter-zuul
|
||||||
- versionRange: "1.5.0.BUILD-SNAPSHOT"
|
- versionRange: "1.5.0.BUILD-SNAPSHOT"
|
||||||
|
- name: Gateway
|
||||||
|
id: cloud-gateway
|
||||||
|
groupId: org.springframework.cloud
|
||||||
|
artifactId: spring-cloud-starter-gateway
|
||||||
|
description: Effective way to route to APIs and provide cross cutting concerns to them
|
||||||
|
versionRange: 2.0.0.M5
|
||||||
|
links:
|
||||||
|
- rel: guide
|
||||||
|
href: https://github.com/spring-cloud-samples/spring-cloud-gateway-sample
|
||||||
|
description: Using Spring Cloud Gateway
|
||||||
- name: Ribbon
|
- name: Ribbon
|
||||||
id: cloud-ribbon
|
id: cloud-ribbon
|
||||||
description: Client side load balancing with spring-cloud-netflix and Ribbon
|
description: Client side load balancing with spring-cloud-netflix and Ribbon
|
||||||
|
|||||||
Reference in New Issue
Block a user