Skip to content

Commit 2052578

Browse files
committed
Spring Cloud Alibaba基础教程:使用Nacos实现服务注册与发现
1 parent 2509475 commit 2052578

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • 4-Finchley/alibaba-nacos-discovery-server/src/main/java/com/didispace/alibaba/nacos/discovery/server

4-Finchley/alibaba-nacos-discovery-server/src/main/java/com/didispace/alibaba/nacos/discovery/server/TestApplication.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ static class TestController {
2525

2626
@GetMapping("/hello")
2727
public String hello(@RequestParam String name) {
28+
log.info("invoked name = " + name);
2829
return "hello " + name;
2930
}
3031

0 commit comments

Comments
 (0)