一两种路由配置方式1 方法一:通过配置文件配置,在resources/application.yaml中配置具体的配置方法如下: 1 2 3 4 5 6 7 8 9 10 11 spring: cloud: gateway: routes: ...
確定! 回上一頁