コード例 #1
0
 public String sayHelloWorld() {
   return "Hello world at " + config.host() + ":" + config.port();
 }