Skip to main content
Version: 2.4.3

二进制包部署

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

在阅读本文档前,你需要先阅读部署先决条件文档来完成部署 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-mysql.yamljdbc 的配置。
> windows: start.bat --spring.profiles.active = mysql
> linux: ./start.sh --spring.profiles.active = mysql
  • 使用 PostgreSql 来存储后台数据,需按照 指引文档 初始化数据库, 进入 /conf 目录修改 application-pg.yamljdbc 的配置。
> windows: start.bat --spring.profiles.active = pg
> linux: ./start.sh --spring.profiles.active = pg
  • 使用 Oracle 来存储后台数据,需按照 指引文档 初始化数据库, 进入 /conf 目录修改 application-oracle.yamljdbc 的配置。
> windows: start.bat --spring.profiles.active = oracle
> linux: ./start.sh --spring.profiles.active = oracle

启动 Apache ShenYu Bootstrap#

> windwos : start.bat 
> linux : ./start.sh