@Controllerpublic class TestController { @RequestMapping("/hello") @ResponseBody public String hello(){ return "Hello World"; }}