From ff99cb26d0c651ccd09828e0ac262f9d942776f5 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Thu, 09 May 2024 11:23:15 +0800
Subject: [PATCH] 关闭ftp 同步
---
src/main/resources/application.yml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 77df676..6b5fc2b 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -225,6 +225,8 @@
- /blade-user/getNotUpdatePwdInfo
- /attendance/AppSave
- /electronRail/**
+ - /scheduled/**
+ - /rabbitmq/**
#授权认证配置
auth:
--
Gitblit v1.9.3