Commit 758c6344 by Administrator

Update application-dev.yml

parent 8e0271eb
...@@ -54,7 +54,85 @@ ribbon: ...@@ -54,7 +54,85 @@ ribbon:
enabled: true enabled: true
eager-load: eager-load:
enabled: true enabled: true
clients: techhero-auth,techhero-base-supportplatform,techhero-base-system,techhero-project-emergencycommand,techhero-project-theme,techhero-project-visualization,techhero-permission,techhero-base-basicdata,techhero-base-exam,techhero-preventioncheat,techhero-component-websocket,techhero-component-message,techhero-component-workflow,techhero-project-track clients: techhero-auth,techhero-base-system,techhero-base-exam,techhero-base-transdata,techhero-project-theme,techhero-project-emergencycommand,techhero-project-track,techhero-project-visualization,techhero-preventioncheat,techhero-component-task,techhero-component-oss,techhero-component-websocket,techhero-component-message,techhero-component-workflow,techhero-project-inspection,techhero-base-datagovern
Httpclient:
enabled: false
OkHttp:
enabled: true
ReadTimeout: 10000
ConnectTimeout: 10000
feign:
hystrix:
enabled: true
okhttp:
enabled: true
httpclient:
enabled: false
client:
config:
feignName:
connectTimeout: 10000
readTimeout: 10000
compression:
request:
enabled: true
response:
enabled: true
hystrix:
threadpool:
default:
coreSize: 10
maxQueueSize: 1000
queueSizeRejectionThreshold: 800
circuitBreaker:
requestVolumeThreshold: 100 #熔断失败个数 超过既发生短路 默认20个
command:
default:
execution:
isolation:
thread:
timeoutInMilliseconds: 40000
fallback:
isolation:
semaphore:
maxConcurrentRequests: 50 #回退线程数量
tomcat:
max-connections: 500
max-threads: 30
min-spare-threads: 3
accept-count: 10
# 关闭安全管理
management:
security:
enabled: false
# endpoints:
# web:
# exposure:
# include: '*'
# endpoint:
# health:
# show-details: ALWAYS
rabbitmq:
czlsLog:
exchange: topicCzlsLogExchangeTest
queue: topic.czlsLog.test
incidentReporting:
exchange: topic-test-incident-reporting-exchange
queue: topic.test.incidentReporting.queue
alarmMessage:
exchange: alarm-message-test
queue: Alarm-Event-Msg-test
server:
tomcat:
basedir: /data/temp/upload #上传文件的临时存放点
Httpclient: Httpclient:
enabled: false enabled: false
OkHttp: OkHttp:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment