public class Main {
public static void main(String[] args) {
String str = "hahah";
if (StringUtils.isBlank(str)) {
System.out.println(str);
}
System.out.println("Hello world!");
}
}
选择入口类
选中 extract to the ...
表示:打完包后是一个jar包。
选中 copy to the output ...
表示:打完包后是一个jar包,外带你项目所用的jar包。