1 Star 0 Fork 414

lism / porter

forked from sxfad / porter 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
quick_start.md 583 Bytes
一键复制 编辑 原始数据 按行查看 历史
MurasakiSeiFu 提交于 2018-08-01 21:50 . 提交管理后台模块

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/startup.sh

调试

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

运行环境

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

优雅关闭

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

搜索帮助

53164aa7 5694891 3bd8fe86 5694891