-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b08ec00
commit b735194
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,14 @@ | ||
# microservice-scaffolding | ||
SpringCloud微服务系统脚手架。集成了Zuul网关,Eureka注册中心,SpringBootAdmin监控,可以在网关层查看所有服务的Swagger-Api。 | ||
|
||
master分支只更新README.md,用于说明。 | ||
|
||
--- | ||
|
||
* eureka-zuul,注册中心为eureka,网关为zuul | ||
|
||
* eureka-zuul/dynamic-route,注册中心为eureka,网关为zuul | ||
|
||
* 实现了zuul动态路由配置及动态路由 | ||
|
||
* 实现了feignclient动态请求不同服务 |