chore: add bes tongweb boot info

This commit is contained in:
ReaJason
2026-08-30 21:19:42 +08:00
parent 9af244408b
commit 17627d5134
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";
}