linux环境:
| setEnv.sh |
|
echo “环境变量已设置完成” java -Duser.timezone=Asia/Shanghai -DLOG_PATH=/temp/blsmoniServer/log/ -DENV_PATH=/temp/blsmoniServer/env/ bootServer -JAVA_OPTS= -Xms256m -Xmx1024m |
| StartUp.sh |
| stop.sh |
| ps -ef|grep swotech.lease.bootServer |grep -v grep | awk ‘{print $2}’ | xargs kill -9 |
window环境:
| setEnv.cmd |
| run.cmd |
|
pause; |
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/210620.html原文链接:https://javaforall.net
