采纳答案成功!
向帮助你的同学说点啥吧!感谢那些助人为乐的人
老师首页报错了,这个header.html里的authentication.name是什么?显示它有错误?用的群里的前端代码
显示权限的名称。你看下,是否后台没有编译成功
非常感谢!
解决了,换了个依赖的版本
<!-- Spring Security 依赖 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<groupId>org.thymeleaf.extras</groupId>
<artifactId>thymeleaf-extras-springsecurity4</artifactId>
<version>3.0.2.RELEASE</version>
建议你后面的课程严格按照课程的版本配置来。不然很多莫名其妙的问题
后台报错了,但是应该怎样看报错信息?没看懂
themeleaf模板解析失败了。你看下前端模板绑定的模型里面,哪个模型由空值了??
${#authentication.name}} 就是显示这个属性获取不到?这个值是后台传来的吗?从哪里来的
后台传的 ,spring security ,thymeleaf 里面内置的对象
登录后可查看更多问答,登录/注册
毕设 Elasticsearch搜索+Thymeleaf模板+JPA+Security+BootStrap
5.9k 18
979 16
950 14
1.2k 13
1.1k 13