测试网关的时候遇到了:Binding to target org.springframework.boot.context.properties.bind.BindException: Failed to bind properties under 'spring.cloud.gateway' to org.springframework.cloud.gateway.config.GatewayProperties failed:

解决办法:
查看一下你的application.yml文件


将url改成uri 即可
图中还存在一个错误

这个p一定要用大写P不然也会报错