错误提示:
Description:
A component required a bean of type 'org.springframework.security.config.annotation.ObjectPostProcessor' that could not be found.
Action:
Consider defining a bean of type 'org.springframework.security.config.annotation.ObjectPostProcessor' in your configuration.
意思为:
描述:
组件需要“org.springframework.security.configannotation”类型的bean。找不到的ObjectPostProcessor“”。
行动:
考虑定义类型为“org.springframework.security.configannotation”的bean。配置中的“ObjectPostProcessor”。
解决办法:(注解)
@EnableGlobalMethodSecurity(prePostEnabled = true)
位置启动类上方:
原因:
因为使用了SpringSecurity造成的文章来源:https://www.toymoban.com/news/detail-635892.html
文章来源地址https://www.toymoban.com/news/detail-635892.html
到了这里,关于【错误】A component required a bean of type ‘org.springframework.security.config.annotation.ObjectPostPr的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!