@SessionAttributes与thymeleaf
@SessionAttributes注解在类上,只会在创建Model的Controller层生效
thymeleaf依赖添加后如果想要从Controller跳转到static下的页面需要添加redirect
redirect:/home.html
@SessionAttributes注解在类上,只会在创建Model的Controller层生效
thymeleaf依赖添加后如果想要从Controller跳转到static下的页面需要添加redirect
redirect:/home.html