chore: 移除 monitor 模块

This commit is contained in:
2024-04-18 20:00:31 +08:00
parent 4363c91872
commit b6206a3346
4 changed files with 1 additions and 53 deletions

View File

@@ -42,12 +42,6 @@
<groupId>top.charles7c.continew</groupId>
<artifactId>continew-admin-generator</artifactId>
</dependency>
<!-- 系统监控模块(存放系统监控模块相关功能,例如:日志管理、服务监控等) -->
<dependency>
<groupId>top.charles7c.continew</groupId>
<artifactId>continew-admin-monitor</artifactId>
</dependency>
</dependencies>
<build>