This commit is contained in:
2023-06-30 10:32:31 +08:00
parent 606ddcd630
commit ba602a0a0d
3 changed files with 17 additions and 7 deletions

View File

@@ -87,6 +87,11 @@ public class CommonController {
}
}
public static void main(String[] args) {
String filePath = JsowellConfig.getUploadPath();
System.out.println(filePath);
}
/**
* 通用上传请求(多个)
*/