加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
BUILDING 428 Bytes
一键复制 编辑 原始数据 按行查看 历史
Egolessness 提交于 2024-06-23 00:05 . Style: Optimize client structure
Build Instructions for Destino
================================================================
(1) Prerequisites
JDK 1.8+, Gradle 8.0+ is required in order to compile and run Destino.
(2) Build jar packages
$ ./gradlew shadowJar
with prod profile and cluster server mode
$ ./gradlew -P prod -P cluster shadowJar
without scheduler and console
$ ./gradlew -P no-scheduler -P no-console shadowJar
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化