feat(command): 迁移service-command项目
This commit is contained in:
18
service-command/src/main/resources/application.yml
Normal file
18
service-command/src/main/resources/application.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
spring:
|
||||
application:
|
||||
name: service-command
|
||||
profiles:
|
||||
include: common,discovery
|
||||
shell:
|
||||
interactive:
|
||||
enabled: true
|
||||
command:
|
||||
script:
|
||||
enabled: false
|
||||
history:
|
||||
enabled: false
|
||||
forest:
|
||||
backend: httpclient
|
||||
timeout: 120000
|
||||
log-enabled: false
|
||||
interceptors: com.lanyuanxiaoyao.service.command.configuration.SpringCloudDiscoveryInterceptor
|
||||
Reference in New Issue
Block a user