You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by zh...@apache.org on 2021/09/04 15:58:08 UTC

[dubbo-go-samples] 03/08: 添加应用级服务发现.run

This is an automated email from the ASF dual-hosted git repository.

zhaoyunxing pushed a commit to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git

commit ce6e79381fde2a6c662056e769531e41042eaab9
Author: zhaoyunxing <23...@qq.com>
AuthorDate: Wed Aug 18 16:34:36 2021 +0800

    添加应用级服务发现.run
---
 .run/service-discovery/discovery-nacos-go-client.run.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/.run/service-discovery/discovery-nacos-go-client.run.xml b/.run/service-discovery/discovery-nacos-go-client.run.xml
new file mode 100644
index 0000000..f793afa
--- /dev/null
+++ b/.run/service-discovery/discovery-nacos-go-client.run.xml
@@ -0,0 +1,15 @@
+<component name="ProjectRunConfigurationManager">
+  <configuration default="false" name="discovery-nacos-go-client" type="GoApplicationRunConfiguration" factoryName="Go Application" folderName="service-discovery">
+    <module name="dubbo-go-samples" />
+    <working_directory value="$PROJECT_DIR$" />
+    <envs>
+      <env name="APP_LOG_CONF_FILE" value="$PROJECT_DIR$/registry/serviecdiscovery/nacos/go-client/conf/log.yml" />
+      <env name="CONF_CONSUMER_FILE_PATH" value="$PROJECT_DIR$/registry/servicediscovery/nacos/go-client/conf/client.yml" />
+    </envs>
+    <kind value="PACKAGE" />
+    <package value="github.com/apache/dubbo-go-samples/registry/servicediscovery/nacos/go-client/cmd" />
+    <directory value="$PROJECT_DIR$" />
+    <filePath value="$PROJECT_DIR$/registry/servicediscovery/nacos/go-client/cmd/client.go" />
+    <method v="2" />
+  </configuration>
+</component>
\ No newline at end of file