enhancement #I5XWL2 数据库插件支持脚本的存储
This commit is contained in:
parent
cecfbfe8f5
commit
85d3d41db5
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue