一、 简介
- shenyu网关是一款热插拔的高性能网关,官网地址: https://shenyu.apache.org/zh/
二、 shenyu-admin后台搭建
2.1 下载,建议新手使用单机部署的方式
2.2 创建对应sql脚本
-
创建数据库
2.3 配置数据库并修改yaml
- 解压缩 apache-shenyu-incubating-2.4.3-bootstrap-bin.tar.gz。 进入 bin 目录。
2.4 启动后台
-
start.bat –spring.profiles.active = mysql
-
访问地址: http://localhost:9095, 账号:admin; 密码: 123456
三、 HTTP插件案例
3.1 开启http支持
3.2 下载案例代码
- 就直接下载我写好的案例把[狗头], https://gitee.com/qjwyss/yss-shenyu.git
- 启动 YssShenyuGatewayApplication,[9195端口] ;
- 启动 YssShenyuHttpApplication, [8189], 注: 启动该服务后,会在后台看到自动将规则注册上去了
3.3 访问代理
OK啦~
原创文章,作者:Carrie001128,如若转载,请注明出处:https://blog.ytso.com/277704.html