add relative pom path

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

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

@ -3,9 +3,10 @@
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>Spring Cloud Tencent Polaris QuickStart Example</artifactId>
<artifactId>polaris-quickstart-example</artifactId>
<groupId>com.tencent.cloud</groupId>
<version>1.1.4.Hoxton.SR9-SNAPSHOT</version>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

@ -5,5 +5,4 @@ spring:
name: EchoClient
cloud:
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>
<groupId>com.tencent.cloud</groupId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

@ -5,5 +5,4 @@ spring:
name: EchoServer
cloud:
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