From a05af1da676dac2cb8a952a38f40d93be626cbf7 Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Mon, 26 Jul 2021 17:04:24 +0800
Subject: [PATCH] 1.装备管理
---
src/main/resources/application.yml | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 0565f5d..d9c303e 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -196,6 +196,17 @@
- /recruitment/**
- /dispatcherUnit/**
- /dispatcher/**
+ - /equipage/**
+ - /car/**
+ - /gun/**
+ - /trainingRegistration/**
+ - /workReport/**
+ - /examSubjectChoices/**
+ - /exampaper/**
+ - /examScore/**
+ - /exampaper/**
+ - /apply/**
+ - /trainExam/**
#授权认证配置
auth:
- method: ALL
--
Gitblit v1.9.3