Spring Security NoClassDefFoundError

后端 未结 4 1677
谎友^
谎友^ 2021-01-12 00:05

Working on a Spring project and am learning to use Spring Security. The project was working but has suddenly decided no to. Can anyone shed some light as to why?

Web

4条回答
  •  逝去的感伤
    2021-01-12 00:40

    for me I solved it by adding this dependancy :

    
                org.springframework.security
                spring-security-messaging
            
    

提交回复
热议问题