chore: add bes tongweb boot info

This commit is contained in:
ReaJason
2026-08-25 22:08:36 +08:00
parent 768b3ca49d
commit f962da2807
4 changed files with 831 additions and 1 deletions
@@ -44,7 +44,7 @@ public class ServerProbe {
if (System.getProperty("com.apusic.home") != null) {
return ret = "Apusic";
}
if (System.getProperty("bes.home") != null
if ((System.getProperty("bes.home") != null || System.getProperty("bes.base") != null)
&& classNames.contains("com.bes.enterprise.web.util.threads.WorkQueue")) {
return ret = "BES";
}