莫大人

2021年6月18日

1.2、负载均衡

摘要: server: port: 8080 spring: application: name: gateway cloud: gateway: routes: - id: guo-system1 uri: lb://system-server # lb: 使用负载均衡策略 system-server代表 阅读全文

posted @ 2021-06-18 18:00 莫大人 阅读(41) 评论(0) 推荐(0) 编辑

1.1、依赖-初体验

摘要: 1、添加依赖 <!-- spring cloud gateway 依赖 --> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-gateway</artifactId 阅读全文

posted @ 2021-06-18 11:00 莫大人 阅读(56) 评论(0) 推荐(0) 编辑

1、springcloud gateway

摘要: 参考: https://www.cnblogs.com/babycomeon/p/11161073.html 1、springcloud gateway1.1、依赖-初体验https://www.cnblogs.com/yun965861480/p/14898651.html1.2、负载均衡http 阅读全文

posted @ 2021-06-18 10:46 莫大人 阅读(39) 评论(0) 推荐(0) 编辑

导航