pom.xml 740 B

1234567891011121314151617181920212223
  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>com.ruoyi</groupId>
  6. <artifactId>base-modules</artifactId>
  7. <version>3.5.0</version>
  8. </parent>
  9. <modelVersion>4.0.0</modelVersion>
  10. <modules>
  11. <module>service-system-api</module>
  12. <module>service-system-biz</module>
  13. </modules>
  14. <artifactId>service-system</artifactId>
  15. <packaging>pom</packaging>
  16. <description>
  17. service-system系统模块
  18. </description>
  19. </project>