add Win boot script

This commit is contained in:
zhongjie
2021-06-15 11:26:48 +08:00
committed by linwaiwai
parent e5bae079af
commit 89050ab229
6 changed files with 78 additions and 3 deletions

View File

@@ -180,7 +180,8 @@ docker run --rm -d -p 8000:8000 \
1. 下载fizz-gateway-community的二进制安装包解压修改application.yml配置文件里配置中心、注册中心、redis(redis配置需与管理后台一致)的配置
2. 根据需要修改boot.sh脚本的apollo连接不使用apollo配置中心可跳过
3. 执行 `./boot.sh start` 命令启动服务,支持 start/stop/restart/status命令
3. Linux启动 执行 `./boot.sh start` 命令启动服务,支持 start/stop/restart/status命令
4. Windows启动 执行`.\boot.cmd start` 命令启动服务,支持 start/stop/restart/status命令
安装方式二:源码安装: