From 30df94c05573a426d030510d4dd58ae1d93bfb7a Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Mon, 06 Dec 2021 14:03:37 +0800
Subject: [PATCH] 1.资格审查排序

---
 src/main/resources/application.yml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 7a248a1..ffd2079 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,6 +1,6 @@
 #服务器配置
 server:
-  port: 82
+  port: 84
   undertow:
     # 设置IO线程数, 它主要执行非阻塞的任务,它们会负责多个连接, 默认设置每个CPU核心一个线程
     io-threads: 16
@@ -189,6 +189,7 @@
     skip-url:
       - /blade-chat/weixin
       - /blade-desk/notice/submit
+
   #安全框架配置
   secure:
     #接口放行
@@ -203,6 +204,7 @@
       - /examPayment/**
       - /apply/**
       - /investigate/**
+      - /blade-resource/oss/endpoint/put-file-exam-payment-zip
     #授权认证配置
     auth:
       - method: ALL

--
Gitblit v1.9.3