I trying @RequestMapping(value = \"/test\", method = RequestMethod.POST) but is error
@RequestMapping(value = \"/test\", method = RequestMethod.POST)
Code is
@Controller public class HelloWordContr
if You are using browser it default always works on get, u can work with postman tool,otherwise u can change it to getmapping.hope this will works