cloud-visual

master
王鑫 2024-07-23 17:38:33 +08:00
commit 8d36f9e436
1 changed files with 19 additions and 0 deletions

19
pom.xml 100644
View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.muyu</groupId>
<artifactId>cloud-server</artifactId>
<version>3.6.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cloud-visual</artifactId>
<packaging>pom</packaging>
<description>
cloud-visual图形化管理模块
</description>
</project>