spring boot 新手错误

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

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

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

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