pom.xml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. <parent>
  6. <artifactId>tr-footstone</artifactId>
  7. <groupId>cn.tr</groupId>
  8. <version>${revision}</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>tr-plugins</artifactId>
  12. <packaging>pom</packaging>
  13. <description></description>
  14. <modules>
  15. <module>tr-spring-boot-starter-plugin-biz-tenant</module>
  16. <module>tr-spring-boot-starter-plugin-web</module>
  17. <module>tr-spring-boot-starter-plugin-mybatis</module>
  18. <module>tr-spring-boot-starter-plugin-banner</module>
  19. <module>tr-spring-boot-starter-plugin-satoken</module>
  20. <module>tr-spring-boot-starter-plugin-biz-data-permission</module>
  21. <module>tr-spring-boot-starter-plugin-test</module>
  22. <module>tr-spring-boot-starter-plugin-dict</module>
  23. <module>tr-spring-boot-starter-plugin-cache</module>
  24. <module>tr-spring-boot-starter-plugin-file</module>
  25. <module>tr-spring-boot-starter-plugin-biz-excel</module>
  26. <module>tr-spring-boot-starter-plugin-websocket</module>
  27. <module>tr-spring-boot-starter-plugin-sms</module>
  28. <module>tr-spring-boot-starter-plugin-eventbus</module>
  29. <module>tr-spring-boot-starter-plugin-mq</module>
  30. <module>tr-spring-boot-starter-plugin-flink</module>
  31. <module>tr-spring-boot-starter-plugin-desensitize</module>
  32. <module>tr-spring-boot-starter-plugin-operatelog</module>
  33. <module>tr-spring-boot-starter-plugin-doc</module>
  34. <module>tr-spring-boot-starter-plugin-mp-enhance-actable</module>
  35. <module>tr-spring-boot-starter-plugin-biz-bean-mapper</module>
  36. <module>tr-spring-boot-starter-plugin-biz-constant</module>
  37. <module>tr-spring-boot-starter-plugin-numbering-strategy</module>
  38. <module>tr-spring-boot-starter-plugin-bus</module>
  39. </modules>
  40. </project>