@Controller public class GreetingController extends Object
GreetingController()
String
greeting(String name)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public GreetingController()
@RequestMapping(value="/greeting", method=GET, produces="application/json") @ResponseBody public String greeting(@RequestParam(value="name",required=false,defaultValue="World") String name)
Copyright © 2010–2016. All rights reserved.