Commit 4c64c0e2 by CnNoter

update files

parent 9102c24e
...@@ -45,7 +45,7 @@ spring: ...@@ -45,7 +45,7 @@ spring:
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:
...@@ -56,14 +56,14 @@ ribbon: ...@@ -56,14 +56,14 @@ ribbon:
enabled: true enabled: true
eager-load: eager-load:
enabled: true 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: Httpclient:
enabled: false enabled: false
OkHttp: OkHttp:
enabled: true enabled: true
ReadTimeout: 100000 ReadTimeout: 100000
ConnectTimeout: 100000 ConnectTimeout: 100000
feign: feign:
hystrix: hystrix:
enabled: true enabled: true
...@@ -81,7 +81,7 @@ feign: ...@@ -81,7 +81,7 @@ feign:
enabled: true enabled: true
response: response:
enabled: true enabled: true
hystrix: hystrix:
threadpool: threadpool:
default: default:
...@@ -100,7 +100,7 @@ hystrix: ...@@ -100,7 +100,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
...@@ -118,5 +118,3 @@ rabbitmq: ...@@ -118,5 +118,3 @@ rabbitmq:
alarmMessage: alarmMessage:
exchange: alarm-message-local exchange: alarm-message-local
queue: Alarm-Event-Msg-local queue: Alarm-Event-Msg-local
...@@ -2,7 +2,7 @@ zuul: ...@@ -2,7 +2,7 @@ zuul:
ribbon: ribbon:
eager-load: eager-load:
enabled: true 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: '*' ignoredServices: '*'
host: host:
connect-timeout-millis: 2000000 connect-timeout-millis: 2000000
...@@ -24,7 +24,7 @@ security: ...@@ -24,7 +24,7 @@ security:
key-uri: http://127.0.0.1:10420/oauth/token_key #解析jwt令牌所需要密钥的地址 key-uri: http://127.0.0.1:10420/oauth/token_key #解析jwt令牌所需要密钥的地址
authorization: authorization:
check-token-access: http://techhero-auth/oauth/check_token check-token-access: http://techhero-auth/oauth/check_token
ignore: ignore:
urls: urls:
- /system/login/updatePwdForClient - /system/login/updatePwdForClient
...@@ -75,7 +75,7 @@ ignore: ...@@ -75,7 +75,7 @@ ignore:
- /system/login/checkAccount/* #校验用户名 - /system/login/checkAccount/* #校验用户名
- /system/login/resetPassword #首页未登录重置密码 - /system/login/resetPassword #首页未登录重置密码
- /esms/sendVerifCode/* #首页忘记密码获取短信验证码接口 - /esms/sendVerifCode/* #首页忘记密码获取短信验证码接口
- /exam/zh/rest/zhSssbxxb/downloadTemplate/** - /exam/zh/rest/zhSssbxxb/downloadTemplate/**
- /workflow/static/** - /workflow/static/**
- /exam/wechat/** #微信小程序调用接口 - /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