kolorobot / spring-boot-thymeleaf

A simple web application in Spring Boot and Thymeleaf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

security dialect does not work with thymleaf

destroy-everything opened this issue · comments

spring security is included in the pom but thymleaf security dialect does not work, it does not get wired up and using the dialect does not show an error either.

@destroy-everything Added the dialect with an example. See the PR.

Solved.