Commit 4c64c0e2 by CnNoter

update files

parent 9102c24e
......@@ -45,7 +45,7 @@ spring:
url: http://127.0.0.1:10422
api-path: instances
cache:
redis:
expires:
......@@ -56,14 +56,14 @@ ribbon:
enabled: true
eager-load:
enabled: true
clients: techhero-auth,techhero-base-supportplatform,techhero-base-system,techhero-base-transdata,techhero-project-emergencycommand,techhero-base-data,techhero-base-exam,techhero-project-theme,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:
enabled: false
OkHttp:
enabled: true
ReadTimeout: 100000
ConnectTimeout: 100000
feign:
hystrix:
enabled: true
......@@ -81,7 +81,7 @@ feign:
enabled: true
response:
enabled: true
hystrix:
threadpool:
default:
......@@ -100,7 +100,7 @@ hystrix:
isolation:
semaphore:
maxConcurrentRequests: 50 #回退线程数量
tomcat:
tomcat:
max-connections: 500
max-threads: 30
min-spare-threads: 3
......@@ -118,5 +118,3 @@ rabbitmq:
alarmMessage:
exchange: alarm-message-local
queue: Alarm-Event-Msg-local
......@@ -2,7 +2,7 @@ zuul:
ribbon:
eager-load:
enabled: true
clients: techhero-auth,techhero-base-supportplatform,techhero-base-exam,techhero-base-transdata,techhero-base-system,techhero-project-emergencycommand,techhero-base-data,techhero-project-theme,techhero-project-visualization,techhero-permission,techhero-base-basicdata,techhero-preventioncheat,techhero-component-message,techhero-component-websocket,techhero-component-task,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-websocket,techhero-component-message,techhero-component-workflow
ignoredServices: '*'
host:
connect-timeout-millis: 2000000
......@@ -24,7 +24,7 @@ security:
key-uri: http://127.0.0.1:10420/oauth/token_key #解析jwt令牌所需要密钥的地址
authorization:
check-token-access: http://techhero-auth/oauth/check_token
ignore:
urls:
- /system/login/updatePwdForClient
......@@ -75,7 +75,7 @@ ignore:
- /system/login/checkAccount/* #校验用户名
- /system/login/resetPassword #首页未登录重置密码
- /esms/sendVerifCode/* #首页忘记密码获取短信验证码接口
- /exam/zh/rest/zhSssbxxb/downloadTemplate/**
- /workflow/static/**
- /exam/wechat/** #微信小程序调用接口
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