Skip to content

autre sol

Kais NAFFOUTI edited this page Apr 16, 2018 · 1 revision

@Controller @RequestMapping("/") public class ApplicationController {

@CrossOrigin
@RequestMapping(value="/Changes", method = RequestMethod.GET)
public String inspect(ModelMap model) {
     model.addAttribute("msg", "example");

     return "index";
}

}

Clone this wiki locally