You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/04/25 01:19:14 UTC

[GitHub] [dubbo-go-samples] zouyx commented on a change in pull request #96: java service discovery sample

zouyx commented on a change in pull request #96:
URL: https://github.com/apache/dubbo-go-samples/pull/96#discussion_r619731592



##########
File path: registry/servicediscovery/zookeeper/java-client/src/main/java/org/apache/dubbo/User.java
##########
@@ -0,0 +1,68 @@
+package org.apache.dubbo;

Review comment:
       add lisence

##########
File path: registry/servicediscovery/zookeeper/java-server/src/main/java/org/apache/dubbo/User.java
##########
@@ -0,0 +1,68 @@
+package org.apache.dubbo;

Review comment:
       lisence

##########
File path: registry/servicediscovery/zookeeper/java-client/src/main/resources/spring/dubbo-consumer.xml
##########
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--

Review comment:
       lisence moves to line 1

##########
File path: registry/servicediscovery/zookeeper/java-server/src/main/java/org/apache/dubbo/UserProviderImpl.java
##########
@@ -0,0 +1,21 @@
+package org.apache.dubbo;

Review comment:
       lisence

##########
File path: registry/servicediscovery/zookeeper/java-client/src/main/java/org/apache/dubbo/UserProvider.java
##########
@@ -0,0 +1,13 @@
+package org.apache.dubbo;

Review comment:
       lisence

##########
File path: registry/servicediscovery/zookeeper/java-server/src/main/java/org/apache/dubbo/UserProvider.java
##########
@@ -0,0 +1,13 @@
+package org.apache.dubbo;

Review comment:
       lisence

##########
File path: registry/servicediscovery/zookeeper/java-server/src/main/resources/spring/dubbo-provider.xml
##########
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--

Review comment:
       lisence moves to line 1




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org