No Description

pom.xml 842B

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <parent>
  5. <groupId>org.dromara</groupId>
  6. <artifactId>ruoyi-cloud-plus</artifactId>
  7. <version>${revision}</version>
  8. </parent>
  9. <modelVersion>4.0.0</modelVersion>
  10. <modules>
  11. <module>ruoyi-api-bom</module>
  12. <module>ruoyi-api-system</module>
  13. <module>ruoyi-api-resource</module>
  14. <module>ruoyi-api-workflow</module>
  15. <module>ruoyi-api-backstage</module>
  16. </modules>
  17. <artifactId>ruoyi-api</artifactId>
  18. <packaging>pom</packaging>
  19. <description>
  20. ruoyi-api系统接口
  21. </description>
  22. </project>