首页
归档
分类
标签
关于
秘密基地
累计撰写
81
篇文章
累计创建
11
个分类
累计收到
1
条评论
导航
首页
归档
分类
标签
关于
目录
秘密基地
昨夜西风凋碧树,独上高楼,望尽天涯路。 《蝶恋花》——晏殊
19. Configuration properties
2022-02-15 17:35
17
0
0
25.7℃
19. Configuration properties要查看所有 Spring Cloud Gateway 相关配置属性的列表,请参阅附录。
18. Building a Simple Gateway by Using Spring MVC or Webflux
2022-02-15 17:34
9
0
0
24.9℃
18. Building a Simple Gateway by Using Spring MVC or Webflux下面描述了另一种风格的网关。先前的文档均不适用于以下内容。Spring Cloud Gateway 提供了一个名为ProxyExchange. 您可以在常规 Spring Web
17. Developer Guide
2022-02-15 17:32
6
0
0
24.6℃
17. Developer Guide这些是编写网关的一些自定义组件的基本指南。17.1. 编写自定义路由谓词工厂为了编写路由谓词,您需要将其实现RoutePredicateFactory为 bean。有一个AbstractRoutePredicateFactory可以扩展的抽象类。MyRouteP
16. Troubleshooting
2022-02-15 17:27
11
0
0
25.1℃
16. Troubleshooting本节介绍使用 Spring Cloud Gateway 时可能出现的常见问题。16.1. 日志级别以下记录器可能在DEBUG和TRACE级别包含有价值的故障排除信息:org.springframework.cloud.gatewayorg.springframe
15. Actuator API
2022-02-15 17:13
9
0
0
24.9℃
15. Actuator API执行/gateway器端点允许您监视 Spring Cloud Gateway 应用程序并与之交互。要远程访问,必须在应用程序属性中启用并通过 HTTP 或 JMX 公开端点。以下清单显示了如何执行此操作:示例 71.application.propertiesman
上一页
下一页
1
…
10
11
12
13
14
…
17
弹