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
WebInvocationPrivilegeEvaluator interface is present in
org.springframework.security.web.access package
spring-security-web-5.0.4.RELEASE.jar
Remove the existing jar files from .m2 folder and make a fresh build..
C:\Users\user.m2\repository\org\springframework\security\spring-security-web\5.0.4.RELEASE
I used version 5.., in your case 4..
It worked in my case, my problem has resolved