pom.xml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. <parent>
  7. <groupId>com.middle.platform</groupId>
  8. <artifactId>iot-middle-platform</artifactId>
  9. <version>${revision}</version>
  10. </parent>
  11. <artifactId>iot-framework</artifactId>
  12. <packaging>pom</packaging>
  13. <description>框架</description>
  14. <modules>
  15. <module>iot-starter-es</module>
  16. <module>iot-starter-feign</module>
  17. <module>iot-starter-web</module>
  18. <module>iot-starter-redis</module>
  19. <module>iot-starter-mqtt</module>
  20. <module>iot-starter-mongo</module>
  21. <module>iot-starter-mybatis</module>
  22. <module>iot-starter-tdengine</module>
  23. <module>iot-starter-rabbitmq</module>
  24. <module>iot-starter-log</module>
  25. <module>iot-starter-satoken</module>
  26. <module>iot-starter-pagehelper</module>
  27. <module>iot-starter-biz-dict</module>
  28. <module>iot-starter-excel</module>
  29. <module>iot-starter-kafka</module>
  30. <module>iot-starter-coap</module>
  31. <module>iot-starter-oss</module>
  32. </modules>
  33. <properties>
  34. <maven.compiler.source>17</maven.compiler.source>
  35. <maven.compiler.target>17</maven.compiler.target>
  36. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  37. </properties>
  38. </project>