master
zhang chengzhi 2024-09-05 12:02:21 +08:00
parent 734c4a5104
commit 9f1529d065
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ public class RuleEngineVersionServiceImpl extends ServiceImpl<RuleEngineVersionM
//下载文件到指定服务器目录下 //下载文件到指定服务器目录下
OssUtil.downloadFileForBucket(bucketName, ossFilePath, filePath); OssUtil.downloadFileForBucket(bucketName, ossFilePath, filePath);
//编译 //编译
JavaCompiler javaCompiler = ToolProvider.getSystemJavaCompiler(); JavaCompiler javaCompiler = ToolProvider.getSystemJavaCompiler();
// //
InputStream first = null; // 程序的输入 null 用 system.in InputStream first = null; // 程序的输入 null 用 system.in