waylau / spring-boot-enterprise-application-development

Spring Boot Enterprise Application Development.《Spring Boot 企业级应用开发实战》
https://waylau.com/books/
280 stars 124 forks source link

Thtmeleaf start更新导致的认证失效问题 #15

Closed xudaye2001 closed 4 years ago

xudaye2001 commented 4 years ago

spring-boot-starter-thymeleaf 引入了thymeleaf 5, 所以书本259页的依赖应该要改一下:

compile group: 'org.thymeleaf.extras', name: 'thymeleaf-extras-springsecurity4', version: '3.0.2.RELEASE'

compile group: 'org.thymeleaf.extras', name: 'thymeleaf-extras-springsecurity5', version: '3.0.4.RELEASE'

waylau commented 4 years ago

@xudaye2001

是版本不兼容引起的。 你的版本,比书中的版本要高。

具体版本,见首页说明 https://github.com/waylau/spring-boot-enterprise-application-development

到时候书本你更新的时候,再做代码的更新。感谢反馈。