在SpringBootStarter中无法识别Thymeleaf SEC标记

时间:2015-12-10 12:22:45

标签: spring-boot thymeleaf

我有两个项目,一个是我的,另一个是书的例子。

项目使用Gradle和我的项目sec标记都无法识别。 除了:

之外,一切都完全相同

我的项目(在build.gradle中)使用:

  1. springBootVersion ='1.3.0.RELEASE'
  2. gradleVersion ='2.7'
  3. compile('org.thymeleaf.extras:thymeleaf-extras-springsecurity3:2.1.2.RELEASE')
  4. 下载的项目(安全标记的工作原理)使用:

    1. springBootVersion ='1.2.5.RELEASE'
    2. gradleVersion ='2.3'
    3. compile'org.thymeleaf.extras:thymeleaf-extras-springsecurity3'
    4. 在这两个页面中我都定义了sec:namespace:

      xmlns:sec="http://www.thymeleaf.org/thymeleaf-extras-springsecurity3"
      

1 个答案:

答案 0 :(得分:0)

thymeleaf springsecurity3和springsecurity4的命名空间是相同的:

xmlns:sec="http://www.thymeleaf.org/extras/spring-security"