SpringCloud Gateway 网关

SpringCloud Gateway 网关


spring:
	cloud:
		gateway:
			routes:
			- id: after_route
			  uri: https://example.org
			  predicates:
			  - After=时间

image

posted @ 2023-03-07 14:36  锅巴编程  阅读(16)  评论(0编辑  收藏  举报