236 Star 954 Fork 413

sxfad / porter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
quick_start.md 586 Bytes
一键复制 编辑 原始数据 按行查看 历史
zkevin 提交于 2019-04-22 18:17 . 启动脚本描述修改

quick start

从源码编译

git clone http://192.168.120.68/root/vbill-proter.git
cd vbill-proter
git checkout 版本
gradle build
从build/distributions目录查找安装包

运行

tar zxvf build/distributions/porter-boot-版本.tar
porter-boot-版本/bin/porter-boot

调试

  • porter-boot-版本/bin/porter-boot debug 端口号

运行环境

  • porter-boot-版本/bin/porter-boot --spring.profiles.active=运行环境

优雅关闭

  • porter-boot-版本/bin/shutdown.sh
signalId = `kill -l USR2`
kill -$signalId PID  #centos:31 mac:12
Java
1
https://gitee.com/sxfad/porter.git
git@gitee.com:sxfad/porter.git
sxfad
porter
porter
master

搜索帮助