From 0d0f97cb9f64474f28934e3c67659ee781f94d76 Mon Sep 17 00:00:00 2001 From: Leo <98382335+gaoziman@users.noreply.github.com> Date: Sun, 28 Sep 2025 00:07:40 +0800 Subject: [PATCH] =?UTF-8?q?feat(monitor):=20=E6=B7=BB=E5=8A=A0=E7=9B=91?= =?UTF-8?q?=E6=8E=A7=E6=A8=A1=E5=9D=97=E5=88=B0=E9=A1=B9=E7=9B=AE=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在modules/pom.xml中添加coder-common-thin-monitor模块 - 在web/pom.xml中启用监控模块依赖 - 完善监控模块的Maven构建配置 --- coder-common-thin-modules/pom.xml | 1 + coder-common-thin-web/pom.xml | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/coder-common-thin-modules/pom.xml b/coder-common-thin-modules/pom.xml index 6d03398..f938e28 100644 --- a/coder-common-thin-modules/pom.xml +++ b/coder-common-thin-modules/pom.xml @@ -17,6 +17,7 @@ coder-common-thin-system + coder-common-thin-monitor \ No newline at end of file diff --git a/coder-common-thin-web/pom.xml b/coder-common-thin-web/pom.xml index ad2d596..2a61b79 100644 --- a/coder-common-thin-web/pom.xml +++ b/coder-common-thin-web/pom.xml @@ -56,11 +56,11 @@ - - - - - + + org.leocoder.thin + coder-common-thin-monitor + ${revision} +