@RequestMapping(value = "test",method = RequestMethod.GET) public String test() { controlService.serviceTest("who are you"); return"test"; }