文件名称:eureka-hystrix-zuul:springboot应用程序
文件大小:215KB
文件格式:ZIP
更新时间:2024-06-05 03:45:25
Java
Spring Cloud Eureka,Hystrix和Zuul示例 组件 eureka-service -Eureka服务,即服务注册表 hello-server将向客户端提供数据的服务。 hello-client服务,它将通过服务注册表( eureka-service )中的发现服务从服务器获取数据。 zuul-service这是向Eureka注册的网关/边缘服务,并使用Eureka服务将请求路由到客户端和服务器。
【文件预览】:
eureka-hystrix-zuul-master
----README.md(500B)
----eureka-service()
--------.gitignore(249B)
--------.mvn()
--------pom.xml(2KB)
--------mvnw(7KB)
--------src()
--------mvnw.cmd(5KB)
----zuul-service()
--------.gitignore(249B)
--------.mvn()
--------pom.xml(2KB)
--------mvnw(7KB)
--------src()
--------mvnw.cmd(5KB)
----hello-server()
--------.gitignore(249B)
--------.mvn()
--------pom.xml(2KB)
--------mvnw(7KB)
--------src()
--------mvnw.cmd(5KB)
----hello-client()
--------.gitignore(249B)
--------.mvn()
--------pom.xml(2KB)
--------mvnw(7KB)
--------src()
--------mvnw.cmd(5KB)