From 627de30fbe95a1135d7db5998666aab82bf92b8e Mon Sep 17 00:00:00 2001 From: ZZ Date: Wed, 28 Jul 2021 18:45:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=85=E5=90=8D=E9=87=8D=E6=9E=84end?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-gateway/src/main/resources/logback.xml | 24 +++++++++---------- ...istService.xml => RemoteSystemService.xml} | 0 2 files changed, 12 insertions(+), 12 deletions(-) rename ruoyi-modules/ruoyi-system/src/main/resources/mapper/system/{IXhpcOperatorInternetBlacklistService.xml => RemoteSystemService.xml} (100%) diff --git a/ruoyi-gateway/src/main/resources/logback.xml b/ruoyi-gateway/src/main/resources/logback.xml index f8e7f8af..c06c0c7b 100644 --- a/ruoyi-gateway/src/main/resources/logback.xml +++ b/ruoyi-gateway/src/main/resources/logback.xml @@ -50,25 +50,25 @@ ERROR - + ACCEPT - + DENY - - - + + + - - - - - - + + + + + + - \ No newline at end of file + diff --git a/ruoyi-modules/ruoyi-system/src/main/resources/mapper/system/IXhpcOperatorInternetBlacklistService.xml b/ruoyi-modules/ruoyi-system/src/main/resources/mapper/system/RemoteSystemService.xml similarity index 100% rename from ruoyi-modules/ruoyi-system/src/main/resources/mapper/system/IXhpcOperatorInternetBlacklistService.xml rename to ruoyi-modules/ruoyi-system/src/main/resources/mapper/system/RemoteSystemService.xml