|
@@ -112,8 +112,8 @@ public class TestController {
|
|
|
|
|
|
File file = new File(
|
|
File file = new File(
|
|
"/mnt/data/06f6aa555/851814909602693120/4898cab06133_202106081015476130_ajk/results/upload.json");
|
|
"/mnt/data/06f6aa555/851814909602693120/4898cab06133_202106081015476130_ajk/results/upload.json");
|
|
- System.out.println("文件="+file.getAbsolutePath());
|
|
|
|
- System.out.println("文件是否存在"+file.exists());
|
|
|
|
|
|
+ log.info("文件="+file.getAbsolutePath());
|
|
|
|
+ log.info("文件是否存在"+file.exists());
|
|
|
|
|
|
return "123";
|
|
return "123";
|
|
|
|
|