I\'ve been banging my head over this one for a while now. I\'ve done everything I could in order to find an appropriate solution and followed a lot of Stackoverflow examples
Two things I noticed (as mentioned on this thread):
Does your @EnableGlobalMethodSecurity have those two attributes?
@EnableGlobalMethodSecurity(prePostEnabled = true, proxyTargetClass = true)