3 Star 4 Fork 196

Scott/qyxt

forked from xLuobo/全优学堂 qyxt 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
start.sh 348 Bytes
一键复制 编辑 原始数据 按行查看 历史
Scott 提交于 2022-07-25 16:14 . udpate
#!/bin/sh
sudo nohup java -Djava.security.egd=file:/dev/./urandom -Dfile.encoding=UTF-8 -jar /home/qyxt/base-oauth-server-1.0-SNAPSHOT.jar >oauth.log 2>&1 &
echo $! > oauth.pid
sudo nohup java -Djava.security.egd=file:/dev/./urandom -Dfile.encoding=UTF-8 -jar /home/qyxt/business-server-1.0-SNAPSHOT.jar >business.log 2>&1 &
echo $! > business.pid
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/BestMyGod/qyxt.git
git@gitee.com:BestMyGod/qyxt.git
BestMyGod
qyxt
qyxt
master

搜索帮助