初始化 infra 模块.

This commit is contained in:
lijiahang
2023-07-13 17:02:12 +08:00
parent e56ff794c3
commit bffec6baf5
6 changed files with 119 additions and 3 deletions

View File

@@ -82,7 +82,12 @@
<artifactId>orion-ops-spring-boot-starter-monitor</artifactId>
</dependency>
<!-- orion-ops biz-modules -->
<!-- orion-ops modules -->
<dependency>
<groupId>com.orion.ops</groupId>
<artifactId>orion-ops-module-infra-service</artifactId>
<version>${revision}</version>
</dependency>
</dependencies>