Explorar o código

feat(pom): 添加遥测服务模块

- 在模块列表中新增 telemetry-service 模块- 更新项目结构以支持新服务集成
林仔 hai 7 meses
pai
achega
c377516e52
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      pom.xml

+ 1 - 0
pom.xml

@@ -17,6 +17,7 @@
         <module>manhole-service</module>
         <module>firefighting-pressure-service</module>
         <module>flammable-gas-service</module>
+        <module>telemetry-service</module>
     </modules>
     <parent>
         <groupId>org.springframework.boot</groupId>