Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
new tips
Browse files Browse the repository at this point in the history
  • Loading branch information
4ra1n committed Dec 20, 2022
1 parent 44e9902 commit 8e3b615
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
import java.util.List;

public class JarAnalyzerForm {
public static final String tips = "IMPORTANT: MISSING JARS (maybe: rt.jar or other dependencies?)";
public static final String tips = "IMPORTANT: MISSING JARS \n" +
"1. maybe: missing rt.jar or other dependencies\n" +
"2. maybe: do not select Use SpringBoot Jar\n";
public static boolean deleteLogs = false;
public static boolean innerJars = false;
public static boolean springBootJar = false;
Expand Down

0 comments on commit 8e3b615

Please sign in to comment.