From 065db937d74b59caaad98698dafeeba91b2f5bf6 Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Tue, 13 Jul 2021 15:47:35 +0800
Subject: [PATCH] 1.附件上传
---
src/main/resources/application.yml | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 0565f5d..4c2b765 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -196,6 +196,10 @@
- /recruitment/**
- /dispatcherUnit/**
- /dispatcher/**
+ - /equipage/**
+ - /car/**
+ - /gun/**
+ - /trainingRegistration/**
#授权认证配置
auth:
- method: ALL
--
Gitblit v1.9.3