From df5949dbd6f76c1344a83298cf405ee964b6b548 Mon Sep 17 00:00:00 2001 From: lijiahang Date: Thu, 17 Aug 2023 14:36:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=20=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E6=9C=BA=E5=99=A8=E8=B5=84=E6=BA=90=E6=A8=A1=E5=9D=97?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application.yaml | 3 + .../orion-ops-module-machine-provider/pom.xml | 25 ++++++++ .../orion-ops-module-machine-service/pom.xml | 63 +++++++++++++++++++ orion-ops-module-machine/pom.xml | 23 +++++++ pom.xml | 1 + 5 files changed, 115 insertions(+) create mode 100644 orion-ops-module-machine/orion-ops-module-machine-provider/pom.xml create mode 100644 orion-ops-module-machine/orion-ops-module-machine-service/pom.xml create mode 100644 orion-ops-module-machine/pom.xml diff --git a/orion-ops-launch/src/main/resources/application.yaml b/orion-ops-launch/src/main/resources/application.yaml index dca37238..c8ecebbc 100644 --- a/orion-ops-launch/src/main/resources/application.yaml +++ b/orion-ops-launch/src/main/resources/application.yaml @@ -146,6 +146,9 @@ orion: infra: group: "infra - 基建模块" path: "infra" + machine: + group: "machine - 机器资源模块" + path: "machine" logging: # 全局日志打印 diff --git a/orion-ops-module-machine/orion-ops-module-machine-provider/pom.xml b/orion-ops-module-machine/orion-ops-module-machine-provider/pom.xml new file mode 100644 index 00000000..92f4dda8 --- /dev/null +++ b/orion-ops-module-machine/orion-ops-module-machine-provider/pom.xml @@ -0,0 +1,25 @@ + + + + com.orion.ops + orion-ops-module-machine + ${revision} + + + 4.0.0 + orion-ops-module-machine-provider + jar + + 项目机器资源模块 + https://github.com/lijiahangmax/orion-ops-pro + + + + com.orion.ops + orion-ops-common + + + + \ No newline at end of file diff --git a/orion-ops-module-machine/orion-ops-module-machine-service/pom.xml b/orion-ops-module-machine/orion-ops-module-machine-service/pom.xml new file mode 100644 index 00000000..62647c52 --- /dev/null +++ b/orion-ops-module-machine/orion-ops-module-machine-service/pom.xml @@ -0,0 +1,63 @@ + + + + com.orion.ops + orion-ops-module-machine + ${revision} + + + 4.0.0 + orion-ops-module-infra-service + jar + + 项目机器资源模块 + https://github.com/lijiahangmax/orion-ops-pro + + + + com.orion.ops + orion-ops-common + + + + + com.orion.ops + orion-ops-module-infra-provider + ${revision} + + + + + com.orion.ops + orion-ops-module-machine-provider + ${revision} + + + + + com.orion.ops + orion-ops-spring-boot-starter-security + + + + + com.orion.ops + orion-ops-spring-boot-starter-redis + + + + + com.orion.ops + orion-ops-spring-boot-starter-mybatis + + + + + com.orion.ops + orion-ops-spring-boot-starter-storage + + + + \ No newline at end of file diff --git a/orion-ops-module-machine/pom.xml b/orion-ops-module-machine/pom.xml new file mode 100644 index 00000000..11f45fca --- /dev/null +++ b/orion-ops-module-machine/pom.xml @@ -0,0 +1,23 @@ + + + + com.orion.ops + orion-ops-pro + ${revision} + + + 4.0.0 + orion-ops-module-machine + pom + + 项目机器资源模块 + https://github.com/lijiahangmax/orion-ops-pro + + + orion-ops-module-machine-provider + orion-ops-module-machine-service + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index a65e3506..d171bccb 100644 --- a/pom.xml +++ b/pom.xml @@ -18,6 +18,7 @@ orion-ops-framework orion-ops-launch orion-ops-module-infra + orion-ops-module-machine