We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6eb47a commit f069e31Copy full SHA for f069e31
1 file changed
spring-boot-dubbo/dubbo-api/src/main/java/io/ymq/dubbo/api/DemoService.java
@@ -7,6 +7,7 @@
7
* @create 2017-10-27 13:20
8
**/
9
public interface DemoService {
10
+
11
String sayHello(String name);
12
}
13
0 commit comments