mirror of
https://gitee.com/yudaocode/SpringBoot-Labs.git
synced 2026-09-03 05:53:54 +08:00
43 lines
1.4 KiB
XML
43 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<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">
|
|
<parent>
|
|
<artifactId>labs-parent</artifactId>
|
|
<groupId>cn.iocoder.springboot.labs</groupId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>labx-08-spring-cloud-gateway</artifactId>
|
|
<packaging>pom</packaging>
|
|
<modules>
|
|
<module>labx-08-sc-gateway-demo01</module>
|
|
<module>labx-08-sc-gateway-demo01-test</module>
|
|
|
|
<module>labx-08-sc-gateway-demo02-registry</module>
|
|
|
|
<module>labx-08-sc-gateway-demo03-config-apollo</module>
|
|
<module>labx-08-sc-gateway-demo03-config-nacos</module>
|
|
|
|
<module>labx-08-sc-gateway-demo04</module>
|
|
|
|
<module>labx-08-sc-gateway-demo05-custom-gateway-filter</module>
|
|
|
|
<module>labx-08-sc-gateway-demo06-rate-limiter</module>
|
|
|
|
<module>labx-08-sc-gateway-demo07-hystrix</module>
|
|
<module>labx-08-sc-gateway-demo07-sentinel</module>
|
|
|
|
<module>labx-08-sc-gateway-demo08-custom-global-filter</module>
|
|
|
|
<module>labx-08-sc-gateway-demo09-actuator</module>
|
|
|
|
<module>labx-08-sc-gateway-demo10-troubleshooting</module>
|
|
|
|
<module>labx-08-sc-user-service</module>
|
|
</modules>
|
|
|
|
|
|
</project>
|