From 0864cefcd2bc241b86c483ccdb00c0691e2b2ee0 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Sun, 18 Jul 2021 19:12:53 +0800
Subject: [PATCH] 考试成绩计算修改,多选题排序
---
src/main/resources/application.yml | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index d63366b..1e43e3e 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -201,6 +201,11 @@
- /gun/**
- /trainingRegistration/**
- /workReport/**
+ - /examSubjectChoices/**
+ - /exampaper/**
+ - /examScore/**
+ - /exampaper/**
+ - /apply/**
#授权认证配置
auth:
- method: ALL
--
Gitblit v1.9.3