You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
975 B
30 lines
975 B
15 hours ago
|
<?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>org.dromara</groupId>
|
||
|
<artifactId>mdks-cloud-newYwo</artifactId>
|
||
|
<version>${revision}</version>
|
||
|
</parent>
|
||
|
<modelVersion>4.0.0</modelVersion>
|
||
|
|
||
|
<modules>
|
||
|
<module>ruoyi-api-bom</module>
|
||
|
<module>ruoyi-api-system</module>
|
||
|
<module>ruoyi-api-resource</module>
|
||
|
<module>ruoyi-api-workflow</module>
|
||
|
<module>ruoyi-api-inspection</module>
|
||
|
<module>ruoyi-api-production</module>
|
||
|
<module>ruoyi-api-datarecept</module>
|
||
|
<module>ruoyi-api-sse</module>
|
||
|
</modules>
|
||
|
|
||
|
<artifactId>ruoyi-api</artifactId>
|
||
|
<packaging>pom</packaging>
|
||
|
|
||
|
<description>
|
||
|
ruoyi-api系统接口
|
||
|
</description>
|
||
|
|
||
|
</project>
|