From b431c00a3e736e27599cd34793c65369fdb7b8cd Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Thu, 04 Jan 2024 15:50:50 +0800
Subject: [PATCH] 模拟成绩查询修改

---
 src/main/resources/application.yml |   61 +++++++++++++++++++-----------
 1 files changed, 39 insertions(+), 22 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 12ac43b..4f629d4 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -41,6 +41,9 @@
         exclusions: '*.js,*.gif,*.jpg,*.bmp,*.png,*.css,*.ico,/druid/*'
         session-stat-enable: true
         session-stat-max-count: 10
+  servlet:
+    multipart:
+      location: D:\tmp\undertow
 
 
 # mybatis
@@ -188,35 +191,49 @@
     skip-url:
       - /blade-chat/weixin
       - /blade-desk/notice/submit
+      - /exam/examinationNote/save
+      - /exam/examinationNote/update
   #安全框架配置
   secure:
     #接口放行
     skip-url:
+      - /test/**
       - /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
+      - /userVip/getUserVipInfo
+      - /simulateExamRecord/getSimulateExamRecordInfo
+      - /simulateExamRecord/pauseExam
+      - /simulateExamRecord/getSimulateExamRefreshInfo
+      - /simulateExamRecord/beginExam
+      - /simulateExamRecord/saveSimulateExam
+      - /examSubjectChoices/getSubjectResultInfoBySimulate
+      - /blade-user/getNotUpdatePwdInfo
+      - /attendance/AppSave
+      - /electronRail/**
+      - /scheduled/**
+      - /rabbitmq/**
+      - /examSubjectChoices/**
 
     #授权认证配置
     auth:

--
Gitblit v1.9.3