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 |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index dab840b..4f629d4 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,6 +1,6 @@
 #服务器配置
 server:
-  port: 82
+  port: 81
   undertow:
     # 设置IO线程数, 它主要执行非阻塞的任务,它们会负责多个连接, 默认设置每个CPU核心一个线程
     io-threads: 16
@@ -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,10 +191,13 @@
     skip-url:
       - /blade-chat/weixin
       - /blade-desk/notice/submit
+      - /exam/examinationNote/save
+      - /exam/examinationNote/update
   #安全框架配置
   secure:
     #接口放行
     skip-url:
+      - /test/**
       - /blade-test/**
       - /blade-system/dept/selectInfo
       - /blade-user/zc
@@ -214,6 +220,20 @@
       - /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