20 lines
437 B
YAML
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 |