feat(monitor): 添加监控模块到项目构建配置

- 在modules/pom.xml中添加coder-common-thin-monitor模块
- 在web/pom.xml中启用监控模块依赖
- 完善监控模块的Maven构建配置
This commit is contained in:
Leo 2025-09-28 00:07:40 +08:00
parent 909e2e79aa
commit 0d0f97cb9f
2 changed files with 6 additions and 5 deletions

View File

@ -17,6 +17,7 @@
<modules> <modules>
<module>coder-common-thin-system</module> <module>coder-common-thin-system</module>
<module>coder-common-thin-monitor</module>
</modules> </modules>
</project> </project>

View File

@ -56,11 +56,11 @@
<!-- <version>${revision}</version> --> <!-- <version>${revision}</version> -->
<!-- </dependency> --> <!-- </dependency> -->
<!-- 监控模块 --> <!-- 监控模块 -->
<!-- <dependency> --> <dependency>
<!-- <groupId>org.leocoder.thin</groupId> --> <groupId>org.leocoder.thin</groupId>
<!-- <artifactId>coder-common-thin-monitor</artifactId> --> <artifactId>coder-common-thin-monitor</artifactId>
<!-- <version>${revision}</version> --> <version>${revision}</version>
<!-- </dependency> --> </dependency>
<!-- 热榜API模块 --> <!-- 热榜API模块 -->
<!-- <dependency> --> <!-- <dependency> -->
<!-- <groupId>org.leocoder.thin</groupId> --> <!-- <groupId>org.leocoder.thin</groupId> -->