public String helloworld()

in ServiceComb-SpringMVC/src/main/java/com/huawei/servicecomb/controller/ServicecombspringmvcImpl.java [41:44]


  public String helloworld(@RequestParam(value = "name", required = true) String name) {

    return userServicecombspringmvcDelegate.helloworld(name);
  }