12345678910111213141516171819 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.dromara</groupId>
- <artifactId>ruoyi-cloud-plus</artifactId>
- <version>2.1.2</version>
- </parent>
- <groupId>org.dromara</groupId>
- <artifactId>ruoyi-example</artifactId>
- <version>2.1.2</version>
- <packaging>pom</packaging>
- <description>ruoyi-example 例子模块</description>
- <modules>
- <module>ruoyi-demo</module>
- <module>ruoyi-stream-mq</module>
- </modules>
- </project>
|