Skip to content

Commit f069e31

Browse files
committed
Spring Boot 中使用 Dubbo 详解
1 parent e6eb47a commit f069e31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-boot-dubbo/dubbo-api/src/main/java/io/ymq/dubbo/api/DemoService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* @create 2017-10-27 13:20
88
**/
99
public interface DemoService {
10+
1011
String sayHello(String name);
1112
}
1213

0 commit comments

Comments
 (0)