11111
parent
734c4a5104
commit
9f1529d065
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue