From e5d2427bf7a846a815cdd766869efeda1346c137 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Thu, 13 Jan 2022 08:51:41 +0800
Subject: [PATCH] 1. 接口放行修改 2. 数据库连接配置修改

---
 src/main/resources/application.yml |   28 +++++++---------------------
 1 files changed, 7 insertions(+), 21 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 12ac43b..cad2ac0 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -193,29 +193,15 @@
     #接口放行
     skip-url:
       - /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
+      - /blade-resource/oss/endpoint/put-files
       - /qrCode/**
       - /blade-resource/attach/detail
-      - /accreditationRecords/export-security-paper
+      - /registerUnit/save
+      - /zc/inster
+      - /apply/getApplyDetailList
 
 
     #授权认证配置

--
Gitblit v1.9.3