springboot的thymeleaf解析html模板错误AND Thymeleaf表达式简单使用
下面出现错误的代码:java代码:@Controller@RequestMapping("/sample/")publicclassSampleController{@RequestMapping("/thymeleaf")publicStringthymeleaf(){//model.addAttribute("name","dada");return"hello";}}html代码:hello