pom.xml 1003 B

1234567891011121314151617181920212223
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <parent>
  5. <groupId>com.zlt</groupId>
  6. <artifactId>central-platform</artifactId>
  7. <version>2.7.0</version>
  8. </parent>
  9. <artifactId>zlt-commons</artifactId>
  10. <description>通用组件</description>
  11. <packaging>pom</packaging>
  12. <modules>
  13. <module>zlt-redis-spring-boot-starter</module>
  14. <module>zlt-common-spring-boot-starter</module>
  15. <module>zlt-db-spring-boot-starter</module>
  16. <module>zlt-swagger2-spring-boot-starter</module>
  17. <module>zlt-log-spring-boot-starter</module>
  18. <module>zlt-ribbon-spring-boot-starter</module>
  19. <module>zlt-auth-client-spring-boot-starter</module>
  20. <module>zlt-sentinel-spring-boot-starter</module>
  21. </modules>
  22. </project>