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
The following commit(s) were added to refs/heads/3.0 by this push:
new 49e24e2 添加应用级服务发现.run
new a26e3ed Merge pull request #198 from zhaoyunxing92/3.0
49e24e2 is described below
commit 49e24e2266984c329f0af3be8a2ed4113a426dd4
Author: zhaoyunxing <[email protected]>
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