mirror of
https://gitee.com/dcren/initializr.git
synced 2025-04-24 18:04:58 +08:00
Add support for Spring Cloud Gateway
Closes gh-522
This commit is contained in:
parent
b64fe75a72
commit
7d0b1842ac
@ -785,6 +785,16 @@ initializr:
|
||||
- versionRange: "[1.2.3.RELEASE,1.5.x.RELEASE]"
|
||||
artifactId: spring-cloud-starter-zuul
|
||||
- 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
|
||||
id: cloud-ribbon
|
||||
description: Client side load balancing with spring-cloud-netflix and Ribbon
|
||||
|
Loading…
Reference in New Issue
Block a user