Posts by Caio César • 1 point
1 post
-
0
votes1
answer296
viewsQ: 403: Access is denied / Spring security
I’m working with Spring Secutiry. When I add this line below, I get 403 status when I try to access the url. @EnableWebSecurity @EnableGlobalMethodSecurity(prePostEnabled = true) public class…