gateway配置mysql_使用Gateway配置路由以及动态路由

本文介绍了如何配置Spring Cloud Gateway作为微服务的网关,包括新建module、配置pom.xml、设置application.yml以及主启动类。展示了如何在YML文件中静态配置路由,并通过代码实现动态路由。此外,还探讨了如何启用负载均衡并动态创建路由,以实现在多个服务实例间分发请求。最后,进行了测试验证路由的正确性和动态性。
摘要由CSDN通过智能技术生成

1. 新建module cloud-gateway-gateway9527

21c96853c2a37179d48dacb1490ac88f.png

2. pom.xml

cloud2020

com.atguigu.springcloud

1.0-SNAPSHOT

4.0.0

cloud-gateway-gateway9527

org.springframework.cloud

spring-cloud-starter-gateway

org.springframework.cloud

spring-cloud-starter-netflix-eureka-client

com.atguigu.springcloud

cloud-api-commons

${project.version}

org.springframework.boot

spring-boot-devtools

runtime

true

org.projectlombok

lombok

true

org.springframework.boot

spring-boot-starter-test

test

3. application.yml

server:

port:9527spring:

application:

name: cloud-gateway

eureka:

instance:

hostname: cloud-gateway-service

client:

register-with-eureka: truefetch-registry: trueservice-url:

defaultZone: http://eureka7001.com:7001/eureka

4. 主启动类

packagecom.atguigu.springcloud;importorg.springframework.boot.SpringApplication;importorg.springframework.boot.autoconfigure.SpringBootApplication;importorg.springframework.cloud.netflix.eureka.EnableEurekaClient

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值