pom.xml 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6. <packaging>pom</packaging>
  7. <parent>
  8. <artifactId>lowflow</artifactId>
  9. <groupId>com.flow</groupId>
  10. <version>0.0.1-SNAPSHOT</version>
  11. </parent>
  12. <modules>
  13. <module>flow-common-core</module>
  14. <module>flow-common-redis-starter</module>
  15. <module>flow-common-doc-starter</module>
  16. <module>flow-common-websocket-starter</module>
  17. <module>flow-common-mybatis-starter</module>
  18. <module>flow-common-cache-starter</module>
  19. <module>flow-common-oauth2-starter</module>
  20. <module>flow-common-flowable-starter</module>
  21. </modules>
  22. <artifactId>flow-common</artifactId>
  23. <name>common 公共模块</name>
  24. <description>公共依赖设置处理</description>
  25. <dependencies>
  26. </dependencies>
  27. </project>