测试编译class文件

master
Qin Dong Ming 2024-09-05 17:44:11 +08:00
parent f71a672fb8
commit cb259eec65
2 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@ public class OSSFileDownload {
// OSS文件路径
private static final String filePath = "build/rule/version/";
private static final String fileName = "test.csv";
private static final String fileName = "011811";
public static void localDownload() {
try {

View File

@ -3,6 +3,7 @@ package com.muyu.test;
import com.muyu.domain.constants.Result;
import javax.tools.JavaCompiler;
import javax.tools.ToolProvider;
public class JavaClass {