一、遇到的问题
按照网上的教程导入了几次,都没能成功。对于命名空间sec
没有代码提示。
二、Thymeleaf Github仓库
- thymeleaf : https://github.com/thymeleaf
- thymeleaf-extras-springsecurity : https://github.com/thymeleaf/thymeleaf-extras-springsecurity
三、导入教程
一共有三个版本的整合包:
- thymeleaf-extras-springsecurity3 --> Spring Security 3.x
- thymeleaf-extras-springsecurity4 --> Spring Security 4.x
- thymeleaf-extras-springsecurity5 --> Spring Security 5.x
pom中导入:
例如对应 spring security 5.x的
<dependency>