pom.xml 983 B

12345678910111213141516171819202122232425262728293031
  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>ruoyi-cloud-plus</artifactId>
  7. <version>1.1.0</version>
  8. </parent>
  9. <modelVersion>4.0.0</modelVersion>
  10. <modules>
  11. <module>ruoyi-demo</module>
  12. <module>ruoyi-stream-mq</module>
  13. </modules>
  14. <artifactId>ruoyi-example</artifactId>
  15. <packaging>pom</packaging>
  16. <description>
  17. ruoyi-example 例子模块
  18. </description>
  19. <dependencies>
  20. <!-- 自定义负载均衡(多团队开发使用) -->
  21. <!-- <dependency>-->
  22. <!-- <groupId>com.ruoyi</groupId>-->
  23. <!-- <artifactId>ruoyi-common-loadbalancer</artifactId>-->
  24. <!-- </dependency>-->
  25. </dependencies>
  26. </project>