feat(monitor): 添加监控模块到项目构建配置
- 在modules/pom.xml中添加coder-common-thin-monitor模块 - 在web/pom.xml中启用监控模块依赖 - 完善监控模块的Maven构建配置
This commit is contained in:
parent
909e2e79aa
commit
0d0f97cb9f
@ -17,6 +17,7 @@
|
||||
|
||||
<modules>
|
||||
<module>coder-common-thin-system</module>
|
||||
<module>coder-common-thin-monitor</module>
|
||||
</modules>
|
||||
|
||||
</project>
|
||||
@ -56,11 +56,11 @@
|
||||
<!-- <version>${revision}</version> -->
|
||||
<!-- </dependency> -->
|
||||
<!-- 监控模块 -->
|
||||
<!-- <dependency> -->
|
||||
<!-- <groupId>org.leocoder.thin</groupId> -->
|
||||
<!-- <artifactId>coder-common-thin-monitor</artifactId> -->
|
||||
<!-- <version>${revision}</version> -->
|
||||
<!-- </dependency> -->
|
||||
<dependency>
|
||||
<groupId>org.leocoder.thin</groupId>
|
||||
<artifactId>coder-common-thin-monitor</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<!-- 热榜API模块 -->
|
||||
<!-- <dependency> -->
|
||||
<!-- <groupId>org.leocoder.thin</groupId> -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user