添加系统健康模块

This commit is contained in:
2026-05-12 16:36:23 +08:00
parent d88eb4ae8d
commit 0a577a1124
6 changed files with 107 additions and 0 deletions

View File

@@ -100,6 +100,11 @@
<artifactId>xtools-app-monitor-client</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.xujun</groupId>
<artifactId>xtools-app-monitor-health</artifactId>
<version>${project.version}</version>
</dependency>
<!-- Monitor end -->
<!-- Sys 模块 begin -->