kolorobot / spring-boot-thymeleaf

A simple web application in Spring Boot and Thymeleaf
335 stars 255 forks source link

security dialect does not work with thymleaf #9

Closed destroy-everything closed 3 years ago

destroy-everything commented 7 years ago

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.

kolorobot commented 3 years ago

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

kolorobot commented 3 years ago

Solved.