Files
HuLa-Server/luohuo-cloud/luohuo-gateway/pom.xml
T

23 lines
864 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.luohuo.flex</groupId>
<artifactId>luohuo-dependencies-parent</artifactId>
<version>3.0.6</version>
<relativePath>../luohuo-dependencies-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>luohuo-gateway</artifactId>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>网关服务-API网关,负责路由、鉴权</description>
<modules>
<module>luohuo-gateway-biz</module>
<module>luohuo-gateway-server</module>
</modules>
</project>