使用模版的时候,出错:Putting a context variable with name "param" is forbidden
model.addAttribute("param", "hello,spring boot thymeleaf");
规定了关键字,param不能作为参数传递出去;
model.addAttribute("paraddd", "hello,spring boot thymeleaf");
时间: 2024-11-12 00:12:56
使用模版的时候,出错:Putting a context variable with name "param" is forbidden
model.addAttribute("param", "hello,spring boot thymeleaf");
规定了关键字,param不能作为参数传递出去;
model.addAttribute("paraddd", "hello,spring boot thymeleaf");