Commit 2148c47a by huangfusuper

java参数替换 命令日志信息更新

parent cf803d41
......@@ -64,6 +64,7 @@ public class PlaceholderUtils {
return command;
}
if (!command.startsWith(JAVA_TYPE)) {
command = command.replaceAll(" ","&&");
StringBuilder sb = new StringBuilder(command);
for (Map.Entry<String, String> stringStringEntry : param.entrySet()) {
sb.append(" -").append(stringStringEntry.getKey()).append("&&").append(String.format("'%s'",stringStringEntry.getValue()));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment