1 Star 0 Fork 479

dhao / JFinal-layui

forked from 琴海森林 / JFinal-layui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
restart.sh 533 Bytes
一键复制 编辑 原始数据 按行查看 历史
QinHaiSenLin 提交于 2019-01-06 14:22 . 改成maven变准目录结构
#!/bin/bash
# ---------------------------------------------------------------------------
#
# 使用说明:
#
# 1: 本脚本仅仅通过调用 stop.sh 与 start.sh 实现重启
#
# 2:要特别注意 stop.sh 脚本中有关 MAIN_CLASS 配置的注意事项,
# 只有先确保 stop.sh 可以正常工作时才能使用该脚本
#
# ---------------------------------------------------------------------------
# 得到基础路径
APP_BASE_PATH=$(cd `dirname $0`; pwd)
${APP_BASE_PATH}/stop.sh && ${APP_BASE_PATH}/start.sh
Java
1
https://gitee.com/haoood/Jfinal-layui.git
git@gitee.com:haoood/Jfinal-layui.git
haoood
Jfinal-layui
JFinal-layui
master

搜索帮助