From e33d6e3e5b96df618400af2f5d24e8173151795f Mon Sep 17 00:00:00 2001 From: junjie Date: Wed, 22 Dec 2021 12:28:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=95=B0=E6=8D=AE=E9=9B=86=E5=85=A5?= =?UTF-8?q?=E5=8F=A3=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../io/dataease/controller/sys/SystemParameterController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/main/java/io/dataease/controller/sys/SystemParameterController.java b/backend/src/main/java/io/dataease/controller/sys/SystemParameterController.java index 010967ba1d..00adf25aa8 100644 --- a/backend/src/main/java/io/dataease/controller/sys/SystemParameterController.java +++ b/backend/src/main/java/io/dataease/controller/sys/SystemParameterController.java @@ -100,7 +100,7 @@ public class SystemParameterController { } @PostMapping(value = "/checkCustomDs") - public boolean checkCustomDs() throws IOException { + public boolean checkCustomDs() { try { Object cache = CacheUtils.get(DatasetCheckListener.CACHE_NAME, DatasetCheckListener.CACHE_KEY); return cache != null && (boolean) cache;