Commit 3a11473e by CnNoter

commit file

parent c3d33779
...@@ -44,7 +44,7 @@ spring: ...@@ -44,7 +44,7 @@ spring:
#url: http://119.96.87.17:10422 #url: http://119.96.87.17:10422
url: http://127.0.0.1:10422 url: http://127.0.0.1:10422
api-path: instances api-path: instances
cache: cache:
redis: redis:
expires: expires:
...@@ -55,14 +55,14 @@ ribbon: ...@@ -55,14 +55,14 @@ ribbon:
enabled: true enabled: true
eager-load: eager-load:
enabled: true enabled: true
clients: techhero-auth,techhero-base-supportplatform,techhero-base-system,techhero-project-theme,techhero-project-emergencycommand,techhero-base-data,techhero-base-exam,techhero-project-visualization,techhero-permission,techhero-base-basicdata,techhero-preventioncheat,techhero-component-websocket,techhero-component-message,techhero-component-workflow 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-websocket,techhero-component-message,techhero-component-workflow
Httpclient: Httpclient:
enabled: false enabled: false
OkHttp: OkHttp:
enabled: true enabled: true
ReadTimeout: 10000 ReadTimeout: 10000
ConnectTimeout: 10000 ConnectTimeout: 10000
feign: feign:
hystrix: hystrix:
enabled: true enabled: true
...@@ -80,7 +80,7 @@ feign: ...@@ -80,7 +80,7 @@ feign:
enabled: true enabled: true
response: response:
enabled: true enabled: true
hystrix: hystrix:
threadpool: threadpool:
default: default:
...@@ -99,7 +99,7 @@ hystrix: ...@@ -99,7 +99,7 @@ hystrix:
isolation: isolation:
semaphore: semaphore:
maxConcurrentRequests: 50 #回退线程数量 maxConcurrentRequests: 50 #回退线程数量
tomcat: tomcat:
max-connections: 500 max-connections: 500
max-threads: 30 max-threads: 30
min-spare-threads: 3 min-spare-threads: 3
...@@ -127,5 +127,3 @@ rabbitmq: ...@@ -127,5 +127,3 @@ rabbitmq:
alarmMessage: alarmMessage:
exchange: alarm-message-test exchange: alarm-message-test
queue: Alarm-Event-Msg-test queue: Alarm-Event-Msg-test
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