Commit ec6afd2f authored by renjie's avatar renjie

Merge branch 'dev-zrj' into 'staging'

专线ip debug

See merge request !60
parents a82ca288 de723c1d
...@@ -85,7 +85,6 @@ public class Set3proxyTask { ...@@ -85,7 +85,6 @@ public class Set3proxyTask {
bw.flush(); bw.flush();
bw.close(); bw.close();
log.error("成功写入文件"); log.error("成功写入文件");
log.error(FileUtils.readFileToString(file));
long nowtime = Instant.now().toEpochMilli(); long nowtime = Instant.now().toEpochMilli();
if (proxyConfigRepository.count() > 0) { if (proxyConfigRepository.count() > 0) {
ProxyConfig proxyConfig = proxyConfigRepository.findAll().get(0); ProxyConfig proxyConfig = proxyConfigRepository.findAll().get(0);
......
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