mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 20:22:07 +08:00
enhancement #I5XWL2 数据库插件支持脚本的存储
This commit is contained in:
@@ -107,7 +107,7 @@ public class JDBCHelper {
|
||||
close(conn, stmt, rs);
|
||||
}
|
||||
|
||||
String chains = CollUtil.join(result, StrUtil.CRLF);
|
||||
String chains = CollUtil.join(result, StrUtil.EMPTY);
|
||||
// 根据 SPI 判断是否需要添加 script node 节点
|
||||
ServiceLoader<ScriptExecutor> loader = ServiceLoader.load(ScriptExecutor.class);
|
||||
if (loader.iterator().hasNext()) {
|
||||
|
||||
Reference in New Issue
Block a user