From 33a072160eda4fa7cb22d330c2bfa9048ad6c0e9 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Thu, 22 Jul 2021 14:11:50 +0800
Subject: [PATCH] 派遣记录接口修改

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

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index dbe474f..1e43e3e 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,6 +1,6 @@
 #服务器配置
 server:
-  port: 80
+  port: 81
   undertow:
     # 设置IO线程数, 它主要执行非阻塞的任务,它们会负责多个连接, 默认设置每个CPU核心一个线程
     io-threads: 16
@@ -193,6 +193,19 @@
     #接口放行
     skip-url:
       - /blade-test/**
+      - /recruitment/**
+      - /dispatcherUnit/**
+      - /dispatcher/**
+      - /equipage/**
+      - /car/**
+      - /gun/**
+      - /trainingRegistration/**
+      - /workReport/**
+      - /examSubjectChoices/**
+      - /exampaper/**
+      - /examScore/**
+      - /exampaper/**
+      - /apply/**
     #授权认证配置
     auth:
       - method: ALL

--
Gitblit v1.9.3