From 0104a40b0204fbc8d3dbee9f0d0322a23c292a50 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Wed, 30 Aug 2023 10:09:29 +0800
Subject: [PATCH] 考试审核接口字符编码报错问题

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

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 77df676..8586a3c 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -225,6 +225,9 @@
       - /blade-user/getNotUpdatePwdInfo
       - /attendance/AppSave
       - /electronRail/**
+      - /scheduled/**
+      - /rabbitmq/**
+      - /examSubjectChoices/**
 
     #授权认证配置
     auth:

--
Gitblit v1.9.3