上传者: 42125192
|
上传时间: 2022-01-12 15:57:05
|
文件大小: 14KB
|
文件类型: -
Spring Cloud Zuul2
Zuul与Spring Cloud的集成。
警告:正在进行中
入门
启动zuul服务器
./src/test/java/rocks/devmesh/spring/cloud/zuul/Application#main
请求到'/ healthcheck'端点
$ curl http://localhost:7001/healthcheck -v
* Trying ::1...
* TCP_NODELAY set
* Connected to localhost (::1) port 7001 (#0)
> GET /healthcheck HTTP/1.1
> Host: localhost:7001
> User-Agent: curl/7.54.0
> Accept: */*
>
< HTTP/1.1 200 OK
< Content-Le