@RestSchema(schemaId="greeting") @RequestMapping(path="/greeting", produces="text/plain") public class GreetingController extends Object
GreetingController()
String
sayHello(String name)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public GreetingController()
@RequestMapping(path="/sayhello/{name}", method=GET) @ResponseBody public String sayHello(@PathVariable(value="name") String name)
Copyright © 2017. All rights reserved.