zlt-cloud/zlt-gateway/pom.xml
2021-04-04 20:48:59 +08:00

17 lines
657 B
XML

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.zlt</groupId>
<artifactId>central-platform</artifactId>
<version>4.4</version>
</parent>
<artifactId>zlt-gateway</artifactId>
<packaging>pom</packaging>
<modules>
<!-- zuul -->
<module>zuul-gateway</module>
<!-- spring cloud gateway -->
<module>sc-gateway</module>
</modules>
</project>