소스 검색

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

- 在模块列表中新增 telemetry-service 模块- 更新项目结构以支持新服务集成
林仔 7 달 전
부모
커밋
c377516e52
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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>