Skip to content

Commit

Permalink
annotation demo add protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
rayzhang0603 committed Dec 13, 2016
1 parent 2590db3 commit f48de8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import com.weibo.api.motan.config.springsupport.annotation.MotanService;
import com.weibo.motan.demo.service.MotanDemoService;

@MotanService(export = "8002")
@MotanService(export = "demoMotan:8002")
public class MotanDemoServiceImpl implements MotanDemoService {

public String hello(String name) {
Expand Down

0 comments on commit f48de8a

Please sign in to comment.