add relative pom path

pull/19/head
andrewshan 3 years ago
parent a00a6480bb
commit bcc23e0a70

@ -10,8 +10,8 @@
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>Spring Cloud Tencent Polaris QuickStart Example</artifactId> <artifactId>polaris-quickstart-example</artifactId>
<name></name> <name>Spring Cloud Tencent Polaris QuickStart Example</name>
<packaging>pom</packaging> <packaging>pom</packaging>
<modules> <modules>

@ -3,9 +3,10 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>Spring Cloud Tencent Polaris QuickStart Example</artifactId> <artifactId>polaris-quickstart-example</artifactId>
<groupId>com.tencent.cloud</groupId> <groupId>com.tencent.cloud</groupId>
<version>1.1.4.Hoxton.SR9-SNAPSHOT</version> <version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

@ -5,5 +5,4 @@ spring:
name: EchoClient name: EchoClient
cloud: cloud:
polaris: polaris:
address: grpc://9.134.15.118:8091 address: grpc://127.0.0.1:8091
# address: grpc://127.0.0.1:8091

@ -6,6 +6,7 @@
<artifactId>polaris-quickstart-example</artifactId> <artifactId>polaris-quickstart-example</artifactId>
<groupId>com.tencent.cloud</groupId> <groupId>com.tencent.cloud</groupId>
<version>${revision}</version> <version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

@ -5,5 +5,4 @@ spring:
name: EchoServer name: EchoServer
cloud: cloud:
polaris: polaris:
address: grpc://9.134.15.118:8091 address: grpc://127.0.0.1:8091
# address: grpc://127.0.0.1:8091
Loading…
Cancel
Save