Compare commits

...

13 Commits

Author SHA1 Message Date
weishao 70165ad24e Revert "删除swagger"
This reverts commit 92fa7efdb1.
2023-07-05 17:34:03 +08:00
weishao 3c66e2a748 Revert "剔除springboot日志"
This reverts commit 26fd29a5db.
2023-07-05 17:34:03 +08:00
weishao 5b098329af Revert "剔除springboot日志"
This reverts commit 7cfbe8652e.
2023-07-05 17:34:02 +08:00
weishao 09d7d7220c Revert "剔除springboot日志"
This reverts commit 3a811e494b.
2023-07-05 17:34:02 +08:00
weishao 1a7d13354d Revert "剔除springboot日志"
This reverts commit 05df886453.
2023-07-05 17:34:02 +08:00
weishao 4498dffe46 Revert "springboot日志级别调整"
This reverts commit 629f7f0e20.
2023-07-05 17:34:02 +08:00
weishao f196b1694c git init 2023-07-05 17:18:28 +08:00
weishao 629f7f0e20 springboot日志级别调整 2023-07-05 15:11:40 +08:00
weishao 05df886453 剔除springboot日志 2023-07-05 15:07:29 +08:00
weishao 3a811e494b 剔除springboot日志 2023-07-05 15:00:29 +08:00
weishao 7cfbe8652e 剔除springboot日志 2023-07-05 14:55:45 +08:00
weishao 26fd29a5db 剔除springboot日志 2023-07-05 14:48:09 +08:00
weishao 92fa7efdb1 删除swagger 2023-03-14 18:57:54 +08:00
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ import java.util.List;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import com.alibaba.fastjson.JSON;
import org.apache.commons.io.Charsets;
import org.apache.commons.io.FileUtils;
import org.apache.commons.io.IOUtils;
@ -304,6 +305,7 @@ public class GitService {
+ host + "\nusername=" + username + "\npassword=" + password + "' | git credential approve";
setGitCredential(setCmd, host);
}
logger.info("git初始化, cmd: {}, gitConfig: {}, out: {}", cmd, JSON.toJSONString(gitConfig), out);
}
private void setGitCredential(String cmd, String host) {