如何在基于代码的配置中启用
Spring Security配置的use-expressions选项?需要此选项才能为Thymeleaf启用
Expression-Based Access Control使用.
在XML配置中,它看起来像这样:
... <http auto-config="true" use-expressions="true" > ... </http> ...
根据
this博文,使用Java配置时,use-expressions设置为true.
原文链接:https://www.f2er.com/xml/292101.htmlComparison to XML Namespace ... One difference is that Java Configuration uses authorizeUrls to specify use-expressions="true"
希望这可以帮助.