Skip to main content
版本:2.4.0

二进制包部署

本文介绍使用二进制包部署 Apache ShenYu 网关。

启动 Apache ShenYu Admin

> windows: start.bat --spring.profiles.active = h2

> linux: ./start.sh --spring.profiles.active = h2
  • 使用 MySQL 来存储后台数据,将 mysql-connector.jar 拷贝到 /${your_work_dir}/ext-lib, 进入 /conf 目录,修改 application.yamlmysql 的配置。
> windows: start.bat 

> linux: ./start.sh

启动 Apache ShenYu Bootstrap

> windwos : start.bat 

> linux : ./start.sh