我用IDEA創(chuàng)建的項目,檢查了配置文件沒有錯誤,使用不了freemarker模板,這是什么原因啊?
@RequestMapping("/index") public?String??index(ModelMap?map){ ????System.out.print("54655656615111"); ????map.addAttribute("resource",resource); ????return?"freemarker/index"; }
@RequestMapping("/index") public?String??index(ModelMap?map){ ????System.out.print("54655656615111"); ????map.addAttribute("resource",resource); ????return?"freemarker/index"; }
2018-04-15
舉報
2018-04-15