spring-security 出现错误org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'springSecurityFilterChain' defined in class path resource

alt

仔细观察报错信息就会发现问题了,在第三行末尾描述了报错具体原因 alt

然后找到代码位置,仔细观察发现少了一个'/',加上解决问题 alt