提交增加运维管理

This commit is contained in:
LEED
2025-04-29 22:30:18 +08:00
parent 4201690d93
commit 360b630306
98 changed files with 6300 additions and 45 deletions

23
xinda-itsm/pom.xml Normal file
View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.xinda</groupId>
<artifactId>xinda</artifactId>
<version>3.8.5</version>
</parent>
<groupId>com.xinda</groupId>
<artifactId>xinda-itsm</artifactId>
<dependencies>
<!-- 通用工具-->
<dependency>
<groupId>com.xinda</groupId>
<artifactId>xinda-common</artifactId>
</dependency>
</dependencies>
</project>