使用模版的时候,出错:Putting a context variable with name "param" is forbidden

model.addAttribute("param", "hello,spring boot thymeleaf");

规定了关键字,param不能作为参数传递出去;

model.addAttribute("paraddd", "hello,spring boot thymeleaf");