提交 e33d6e3e authored 作者: junjie's avatar junjie

feat: 数据集入口适配

上级 91e5f56e
......@@ -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;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论