feat: support glassfish shell generate

This commit is contained in:
ReaJason
2024-12-13 01:39:24 +08:00
parent 6c523c55c7
commit c39075eaae
38 changed files with 1706 additions and 210 deletions
@@ -31,7 +31,7 @@ public class CommandShellTool {
try (Response response = okHttpClient.newCall(request).execute()) {
String res = response.body().string();
System.out.println(res);
System.out.println(res.trim());
assertTrue(res.contains("uid="));
}
}