51 Star 422 Fork 149

hubert-樂xx / GRule

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
start.sh 418 Bytes
一键复制 编辑 原始数据 按行查看 历史
xnat 提交于 2022-06-26 17:04 . u+x
#!/bin/sh
cd `dirname $0`
if [ ! -d "./lib" ]; then
echo copy dependencies jar
./gradlew clean deps
fi
echo start...
# 不写两行的话, docker里面执行的时候多个空格分割的参数会报错
JAVA_OPTS="-Dgroovy.attach.runtime.groovydoc=true $@"
export JAVA_OPTS
cd src
sh ../bin/groovy -pa main.groovy
# nohup sh start.sh -Xms512m -Xmx512m [-Dprofile=pro] -Dlog.totalSizeCap=50GB > /dev/null 2>&1 &
Groovy
1
https://gitee.com/xnat/grule.git
git@gitee.com:xnat/grule.git
xnat
grule
GRule
master

搜索帮助