Files
hudi-service/service-command-pro/src/main/resources/application.yml
v-zhangjc9 835cc6729b feat(command-pro): 增加一个命令行工具用于直接操作hadoop等组件
基于微服务的命令行适合日常产品化运维操作,但能够直接操作Hadoop等组件,便于开发测试使用,因此增加一个模块用于开发过程中测试使用
2024-05-10 16:22:49 +08:00

20 lines
437 B
YAML

spring:
application:
name: service-command-pro
profiles:
include: common,discovery
main:
web-application-type: none
shell:
interactive:
enabled: true
command:
script:
enabled: false
history:
enabled: false
forest:
backend: httpclient
timeout: 120000
log-enabled: false
interceptors: com.lanyuanxiaoyao.service.command.pro.configuration.SpringCloudDiscoveryInterceptor