mirror of
https://github.com/dataease/dataease.git
synced 2026-05-18 01:38:11 +08:00
feat: 数据集入口适配
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user