feat(command-pro): 增加一个命令行工具用于直接操作hadoop等组件
基于微服务的命令行适合日常产品化运维操作,但能够直接操作Hadoop等组件,便于开发测试使用,因此增加一个模块用于开发过程中测试使用
This commit is contained in:
@@ -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:->");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user