1 Star 4 Fork 2

LinWin-Cloud/Next

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.sh 217 Bytes
一键复制 编辑 原始数据 按行查看 历史
LinWin-Cloud 提交于 2024-08-03 21:58 . build.sh
rm -rf ./out/*
cd src
javac -source 1.8 -target 1.8 app/boot/Main.java -d ../out/
cd ..
cp -r resource ./out/
cd out/
jar -cvfm next.jar ../MANIFEST.MF ./*
cp next.jar ../bin/
cd ..
java -jar out/next.jar hello.next
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/LinWin-Cloud/next.git
git@gitee.com:LinWin-Cloud/next.git
LinWin-Cloud
next
Next
master

搜索帮助