提交 2d1b646a authored 作者: fit2cloud-chenyw's avatar fit2cloud-chenyw

feat: 插件路径缺失错误日志提醒

上级 fc4bb323
...@@ -45,7 +45,7 @@ public class PluginRunner implements ApplicationRunner { ...@@ -45,7 +45,7 @@ public class PluginRunner implements ApplicationRunner {
if (jarFile.exists()) { if (jarFile.exists()) {
pluginService.loadJar(jarPath, plugin); pluginService.loadJar(jarPath, plugin);
}else { }else {
LogUtil.error("插件错误"); LogUtil.error("插件路径不存在 {} ", jarPath);
} }
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论