feat(cli): 增加多jdk的支持

This commit is contained in:
v-zhangjc9
2025-05-20 14:42:51 +08:00
parent 5d49c82190
commit 778a6df984
13 changed files with 137 additions and 76 deletions

View File

@@ -7,7 +7,11 @@ deploy:
# 应用jar包
jar-path: /data/datalake/jars
# 主机jdk根目录
jdk-path: /opt/jdk8u252-b09
default-jdk: jdk8_arm
jdk-path:
"jdk8": /opt/jdk1.8.0_162
"jdk8_arm": /opt/jdk8u252-b09
"jdk17": /opt/jdk-17.0.15
# 应用日志
log-path: /data/datalake/logs
# 应用配置