美文网首页
spring security 整合thymeleaf 无法渲染

spring security 整合thymeleaf 无法渲染

作者: JoeyTsai | 来源:发表于2018-03-28 15:11 被阅读0次

    layout: post

    title: spring security 整合thymeleaf 无法渲染问题

    categories: Spring Boot

    description: spring security 整合thymeleaf 无法渲染问题

    keywords: Spring Boot

    检查 thymeleaf-extras-springsecurity4 与 spring-boot-starter-thymeleaf版
    本问题
    
    
    compile group: 'org.springframework.boot', name: 'spring-boot-starter-
    thymeleaf', version: '1.5.7.RELEASE'
    
    与
    
    
    
    compile group: 'org.thymeleaf.extras', name: 'thymeleaf-extras-
    springsecurity4', version: '2.1.2.RELEASE'
    
    
    能成功渲染
    

    相关文章

      网友评论

          本文标题:spring security 整合thymeleaf 无法渲染

          本文链接:https://www.haomeiwen.com/subject/hllsfftx.html