You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.3 KiB
37 lines
1.3 KiB
<?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>
|
|
<artifactId>spring-cloud-tencent</artifactId>
|
|
<groupId>com.tencent.cloud</groupId>
|
|
<version>${revision}</version>
|
|
<relativePath>../pom.xml</relativePath>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>spring-cloud-tencent-examples</artifactId>
|
|
<packaging>pom</packaging>
|
|
<name>Spring Cloud Tencent Examples</name>
|
|
<description>Examples of Spring Cloud Tencent</description>
|
|
|
|
<modules>
|
|
<module>multiple-discovery-example</module>
|
|
<module>polaris-discovery-example</module>
|
|
<module>polaris-ratelimit-example</module>
|
|
<module>polaris-circuitbreaker-example</module>
|
|
<module>polaris-gateway-example</module>
|
|
<module>polaris-config-example</module>
|
|
<module>polaris-router-example</module>
|
|
<module>metadata-transfer-example</module>
|
|
<module>polaris-router-grayrelease-example</module>
|
|
<module>polaris-router-featureenv-example</module>
|
|
<module>polaris-config-data-example</module>
|
|
<module>quickstart-example</module>
|
|
</modules>
|
|
|
|
<properties>
|
|
<maven.deploy.skip>true</maven.deploy.skip>
|
|
</properties>
|
|
</project>
|