From 4c64c0e2a5ffd19d17ff74c55e6c77688b9220e1 Mon Sep 17 00:00:00 2001
From: CnNoter <Locker@outlook.com>
Date: Tue, 23 Mar 2021 13:41:09 +0800
Subject: [PATCH] update files

---
 application-local.yml      | 12 +++++-------
 techhero-gateway-local.yml |  6 +++---
 2 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/application-local.yml b/application-local.yml
index de6579c..88280b1 100644
--- a/application-local.yml
+++ b/application-local.yml
@@ -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
-
-
diff --git a/techhero-gateway-local.yml b/techhero-gateway-local.yml
index 1484206..01d577a 100644
--- a/techhero-gateway-local.yml
+++ b/techhero-gateway-local.yml
@@ -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/**    #微信小程序调用接口
--
libgit2 0.26.0