From 798ab07db6464f24e353dcdf8397506ab246c91d Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Wed, 13 Jul 2022 09:45:05 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/main/resources/application.yml |   67 ++++++++++++++++++++++-----------
 1 files changed, 44 insertions(+), 23 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 12ac43b..e61693c 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -23,7 +23,7 @@
       #validation-query: select 1 from dual
       validation-query-timeout: 2000
       initial-size: 5
-      max-active: 20
+      max-active: 100
       min-idle: 5
       max-wait: 60000
       test-on-borrow: false
@@ -41,6 +41,12 @@
         exclusions: '*.js,*.gif,*.jpg,*.bmp,*.png,*.css,*.ico,/druid/*'
         session-stat-enable: true
         session-stat-max-count: 10
+      # 超过时间限制是否回收
+      remove-abandoned: true
+      # 超时时间;单位为秒。180秒=3分钟
+      remove-abandoned-timeout: 180
+      # 关闭abanded连接时输出错误日志
+      log-abandoned: true
 
 
 # mybatis
@@ -193,30 +199,45 @@
     #接口放行
     skip-url:
       - /blade-test/**
-      - /recruitment/**
-      - /dispatcherUnit/**
-      - /dispatcher/**
-      - /equipage/**
-      - /car/**
-      - /gun/**
-      - /trainingRegistration/**
-      - /workReport/**
-      - /examSubjectChoices/**
-      - /exampaper/**
-      - /examScore/**
-      - /exampaper/**
-      - /apply/**
-      - /trainExam/**
-      - /blade-desk/**
-      - /directive/**
-      - /blade-system/**
-      - /blade-user/**
-      - /blade-resource/**
-      - /liveLocation/**
+      - /blade-system/dept/selectInfo
+      - /blade-user/zc
+      - /jurisdiction/lazy-trees
+      - /jurisdiction/jurisdiction_lazy-tree
+      - /blade-resource/oss/endpoint/put-files
       - /qrCode/**
       - /blade-resource/attach/detail
-      - /accreditationRecords/export-security-paper
-
+      - /registerUnit/save
+      - /zc/inster
+      - /licetuser/liceUpload
+      - /licetuser/list
+      - /licet/list
+      - /permit/save
+      - /permit/details
+      - /permit/permitRecordList
+      - /recordlegalperson/save
+      - /recordlegalperson/details
+      - /record/save
+      - /record/details
+      - /recordk/save
+      - /recordk/details
+      - /blade-user/detail
+      - /blade-user/leave
+      - /userVip/getUserVipInfo
+      - /simulateExamRecord/getSimulateExamRecordInfo
+      - /simulateExamRecord/pauseExam
+      - /simulateExamRecord/getSimulateExamRefreshInfo
+      - /simulateExamRecord/beginExam
+      - /simulateExamRecord/saveSimulateExam
+      - /examSubjectChoices/getSubjectResultInfoBySimulate
+      - /blade-user/getNotUpdatePwdInfo
+      - /attendance/AppSave
+      - /electronRail/**
+      - /scheduled/**
+      - /rabbitmq/**
+      - /examScore/examScoreSync
+      - /securityPaper/import-security-paper
+      - /examScore/clearPaper
+      - /sql/async
 
     #授权认证配置
     auth:

--
Gitblit v1.9.3