feat(command-pro): 增加一个命令行工具用于直接操作hadoop等组件

基于微服务的命令行适合日常产品化运维操作,但能够直接操作Hadoop等组件,便于开发测试使用,因此增加一个模块用于开发过程中测试使用
This commit is contained in:
v-zhangjc9
2024-05-10 16:22:49 +08:00
parent d46cd5697c
commit 835cc6729b
17 changed files with 586 additions and 162 deletions

View File

@@ -14,6 +14,6 @@ import org.springframework.shell.jline.PromptProvider;
public class ShellConfiguration implements PromptProvider {
@Override
public AttributedString getPrompt() {
return new AttributedString("odcp-utils:->");
return new AttributedString("hudi:->");
}
}