add: 添加对信创中间件的支持

This commit is contained in:
pen4uin
2025-01-01 12:17:45 +08:00
parent 1a96f20f90
commit c1b7628c82
7 changed files with 83 additions and 15 deletions
+5 -1
View File
@@ -27,7 +27,11 @@ public class Console {
Constants.SERVER_WEBSPHERE,
Constants.SERVER_UNDERTOW,
Constants.SERVER_GLASSFISH,
Constants.SERVER_JBOSS);
Constants.SERVER_JBOSS,
Constants.SERVER_TONGWEB,
Constants.SERVER_APUSIC,
Constants.SERVER_BES,
Constants.SERVER_INFORSUITE);
private static final List<String> TOOL_TYPES = Arrays.asList(
Constants.TOOL_GODZILLA,
Constants.TOOL_BEHINDER,